Device

SCPI Command :

HCOPy:DEVice:LANGuage
class DeviceCls[source]

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

get_language() RsSmbv.enums.HardCopyImageFormat[source]
# SCPI: 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.

return

language: BMP| JPG| XPM| PNG

set_language(language: RsSmbv.enums.HardCopyImageFormat) None[source]
# SCPI: 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.

param language

BMP| JPG| XPM| PNG