Language
SCPI Command :
HCOPy:DEVice:LANGuage
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PictureFormat[source]
# HCOPy:DEVice:LANGuage value: enums.PictureFormat = driver.hardCopy.device.language.get()
This command selects the file format for a print job or to store a screenshot to a file.
- Returns:
language: BMP | JPG | PNG | PDF | SVG Data format for output to files DOC | PDF File type for test reports Available for HCOP:MODE REPort
- set(language: PictureFormat) None[source]
# HCOPy:DEVice:LANGuage driver.hardCopy.device.language.set(language = enums.PictureFormat.BMP)
This command selects the file format for a print job or to store a screenshot to a file.
- Parameters:
language – BMP | JPG | PNG | PDF | SVG Data format for output to files DOC | PDF File type for test reports Available for HCOP:MODE REPort