Bottom

SCPI Command :

HCOPy:PAGE:MARGin:BOTTom
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# HCOPy:PAGE:MARGin:BOTTom
value: float = driver.hardCopy.page.margin.bottom.get()

This command defines the margin at the bottom of the printout page on which no elements are printed. The margins are defined according to method RsFsw.hardCopy.page.margin.unit.set() .

set(bottom: float) None[source]
# HCOPy:PAGE:MARGin:BOTTom
driver.hardCopy.page.margin.bottom.set(bottom = 1.0)

This command defines the margin at the bottom of the printout page on which no elements are printed. The margins are defined according to method RsFsw.hardCopy.page.margin.unit.set() .