There is a property called SCALE=
It is mentioned in the documentation here: https://manual.pvxplus.com?directives/winprt_setup.htm
So if you want to set the property you could do something like
winprt_setup read properties P$
P$+="; SCALE=65"
winprt_setup write properties P$
This will read the current properties and add SCALE=65 where the 65 is 65%.
It is mentioned in the documentation here: https://manual.pvxplus.com?directives/winprt_setup.htm
So if you want to set the property you could do something like
winprt_setup read properties P$
P$+="; SCALE=65"
winprt_setup write properties P$
This will read the current properties and add SCALE=65 where the 65 is 65%.