Language

SCPI Commands

HCOPy:DEVice:LANGuage
class LanguageCls[source]

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

get() PictureFormat[source]
# SCPI: 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.

return

language: GDI Graphics Device Interface Default format for output to a printer configured under Windows. Must be selected for output to the printer interface. Can be used for output to a file. The printer driver configured under Windows is used to generate a printer-specific file format. BMP | JPG | PNG | PDF | SVG Data format for output to files

set(language: PictureFormat) None[source]
# SCPI: 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.

param language

GDI Graphics Device Interface Default format for output to a printer configured under Windows. Must be selected for output to the printer interface. Can be used for output to a file. The printer driver configured under Windows is used to generate a printer-specific file format. BMP | JPG | PNG | PDF | SVG Data format for output to files