Unit

SCPI Commands

HCOPy:PAGE:MARGin:UNIT
class UnitCls[source]

Unit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() PageMarginUnit[source]
# SCPI: HCOPy:PAGE:MARGin:UNIT
value: enums.PageMarginUnit = driver.hardCopy.page.margin.unit.get()

This command defines the unit in which the margins for the printout page are configured.

return

unit: MM | IN MM millimeters IN inches

set(unit: PageMarginUnit) None[source]
# SCPI: HCOPy:PAGE:MARGin:UNIT
driver.hardCopy.page.margin.unit.set(unit = enums.PageMarginUnit.IN)

This command defines the unit in which the margins for the printout page are configured.

param unit

MM | IN MM millimeters IN inches