Unit

SCPI Command :

HCOPy:PAGE:MARGin:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PageMarginUnit[source]
# 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.

Returns:

unit: MM | IN MM millimeters IN inches

set(unit: PageMarginUnit) None[source]
# 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.

Parameters:

unit – MM | IN MM millimeters IN inches