Orientation
SCPI Command :
HCOPy:PAGE:ORIentation
- class OrientationCls[source]
Orientation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.PageOrientation [source]
# SCPI: HCOPy:PAGE:ORIentation value: enums.PageOrientation = driver.hardCopy.page.orientation.get()
The command selects the page orientation of the printout. The command is only available if the output device is a printer or a PDF file.
- return
orientation: LANDscape | PORTrait
- set(orientation: RsFsw.enums.PageOrientation) None [source]
# SCPI: HCOPy:PAGE:ORIentation driver.hardCopy.page.orientation.set(orientation = enums.PageOrientation.LANDscape)
The command selects the page orientation of the printout. The command is only available if the output device is a printer or a PDF file.
- param orientation
LANDscape | PORTrait