PageSize

SCPI Command :

HCOPy:TREPort:PAGesize
class PageSizeCls[source]

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

get() RsFsw.enums.HardcopyPageSize[source]
# SCPI: HCOPy:TREPort:PAGesize
value: enums.HardcopyPageSize = driver.hardCopy.treport.pageSize.get()

This command selects the size of the test report document.

return

size: A4 | US A4 Document pages have an A4 size. US Document pages have a US letter size.

set(size: RsFsw.enums.HardcopyPageSize) None[source]
# SCPI: HCOPy:TREPort:PAGesize
driver.hardCopy.treport.pageSize.set(size = enums.HardcopyPageSize.A4)

This command selects the size of the test report document.

param size

A4 | US A4 Document pages have an A4 size. US Document pages have a US letter size.