PageSize
SCPI Command :
HCOPy:TREPort:PAGesize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() HardcopyPageSize[source]
# HCOPy:TREPort:PAGesize value: enums.HardcopyPageSize = driver.hardCopy.treport.pageSize.get()
This command selects the size of the test report document.
- Returns:
size: A4 | US A4 Document pages have an A4 size. US Document pages have a US letter size.
- set(size: HardcopyPageSize) None[source]
# HCOPy:TREPort:PAGesize driver.hardCopy.treport.pageSize.set(size = enums.HardcopyPageSize.A4)
This command selects the size of the test report document.
- Parameters:
size – A4 | US A4 Document pages have an A4 size. US Document pages have a US letter size.