Language

SCPI Command :

HCOPy:DEVice:LANGuage
class LanguageCls[source]

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

get() RsFsw.enums.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: 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: RsFsw.enums.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

BMP | JPG | PNG | PDF | SVG Data format for output to files DOC | PDF File type for test reports Available for HCOP:MODE REPort