Left
SCPI Command :
HCOPy:PAGE:MARGin:LEFT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# HCOPy:PAGE:MARGin:LEFT value: float = driver.hardCopy.page.margin.left.get()
This command defines the margin at the left side of the printout page on which no elements are printed. The margins are defined according to method
RsFsw.hardCopy.page.margin.unit.set().
- set(left: float) None[source]
# HCOPy:PAGE:MARGin:LEFT driver.hardCopy.page.margin.left.set(left = 1.0)
This command defines the margin at the left side of the printout page on which no elements are printed. The margins are defined according to method
RsFsw.hardCopy.page.margin.unit.set().