Image

SCPI Command :

HCOPy:IMAGe:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_format_py() HardCopyImageFormat[source]
# HCOPy:IMAGe:FORMat
value: enums.HardCopyImageFormat = driver.hardCopy.image.get_format_py()

Selects the graphic format for the hard copy. You can use both commands alternatively.

set_format_py(format_py: HardCopyImageFormat) None[source]
# HCOPy:IMAGe:FORMat
driver.hardCopy.image.set_format_py(format_py = enums.HardCopyImageFormat.BMP)

Selects the graphic format for the hard copy. You can use both commands alternatively.

Parameters:

format_py – BMP | JPG | XPM | PNG