Size

SCPI Commands

HCOPy:SIZE:X
HCOPy:SIZE:Y
class SizeCls[source]

Size commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_x() int[source]
# SCPI: HCOPy:SIZE:X
value: int = driver.hardCopy.size.get_x()

Returns the horizontal dimension of the screenshots.

return

result: No help available

get_y() int[source]
# SCPI: HCOPy:SIZE:Y
value: int = driver.hardCopy.size.get_y()

Returns the vertical dimension of the screenshots.

return

result: No help available