Device
SCPI Command :
HCOPy:DEVice:LANGuage
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_language() HardCopyImageFormat[source]
# HCOPy:DEVice:LANGuage value: enums.HardCopyImageFormat = driver.hardCopy.device.get_language()
Selects the graphic format for the hard copy. You can use both commands alternatively.
- Returns:
language: BMP | JPG | XPM | PNG
- set_language(language: HardCopyImageFormat) None[source]
# HCOPy:DEVice:LANGuage driver.hardCopy.device.set_language(language = enums.HardCopyImageFormat.BMP)
Selects the graphic format for the hard copy. You can use both commands alternatively.
- Parameters:
language – BMP | JPG | XPM | PNG