RIGOL Chapter 2 Command System
2-68 DSA800E Programming Guide
Example
The command below sets the print quality to draft.
:HCOPy:IMAGe:QUALity DRAFt
The query below returns DRAF.
:HCOPy:IMAGe:QUALity?
:HCOPy[:IMMediate]
Syntax
:HCOPy[:IMMediate]
Description
Execute the print operation.
:HCOPy:PAGE:ORIentation
Syntax
:HCOPy:PAGE:ORIentation LANDscape|PORTrait
:HCOPy:PAGE:ORIentation?
Description
Set the print orientation to landscape or portrait.
Query the print orientation.
Parameter
Explanation
LANDscape: landscape
PORTrait: portrait
Return Format
The query returns LAND or PORT.
Example
The command below sets the print orientation to portrait.
:HCOPy:PAGE:ORIentation PORTrait
The query below returns PORT.
:HCOPy:PAGE:ORIentation?