Scale
SCPI Command :
HCOPy:PAGE:WINDow:SCALe
- class ScaleCls[source]
Scale commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: HCOPy:PAGE:WINDow:SCALe value: bool = driver.hardCopy.page.window.scale.get()
This command determines the scaling of the windows in the printout for method RsFsw.HardCopy.Content.set.
- return
scale: 1 | 0 | ON | OFF 1 | ON Each window is scaled to fit the page size optimally, not regarding the aspect ratio of the original display. If more than one window is printed on one page (see method RsFsw.HardCopy.Page.Window.Count.set) , each window is printed in equal size. (‘Size to fit’) 0 | OFF Each window is printed as large as possible while maintaining the aspect ratio of the original display. (‘Maintain aspect ratio’)
- set(scale: bool) None [source]
# SCPI: HCOPy:PAGE:WINDow:SCALe driver.hardCopy.page.window.scale.set(scale = False)
This command determines the scaling of the windows in the printout for method RsFsw.HardCopy.Content.set.
- param scale
1 | 0 | ON | OFF 1 | ON Each window is scaled to fit the page size optimally, not regarding the aspect ratio of the original display. If more than one window is printed on one page (see method RsFsw.HardCopy.Page.Window.Count.set) , each window is printed in equal size. (‘Size to fit’) 0 | OFF Each window is printed as large as possible while maintaining the aspect ratio of the original display. (‘Maintain aspect ratio’)