Language

SCPI Command :

SENSe:[POWer]:SWEep:HCOPy:DEVice:LANGuage
class LanguageCls[source]

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

get_value() MeasRespHcOpFileFormat[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:DEVice:LANGuage
value: enums.MeasRespHcOpFileFormat = driver.sense.power.sweep.hardCopy.device.language.get_value()

Selects the bitmap graphic format for the screenshot of the power analysis trace. In addition, ASCII file format *.csv is offered. If file format *.csv is selected, the trace data is saved as an ASCII file with comma separated values. It is also possible to directly retrieve the data using command method RsSmab.Sense.Power.Sweep.HardCopy.data

return:

language: BMP| JPG| XPM| PNG| CSV

set_value(language: MeasRespHcOpFileFormat) None[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:DEVice:LANGuage
driver.sense.power.sweep.hardCopy.device.language.set_value(language = enums.MeasRespHcOpFileFormat.BMP)

Selects the bitmap graphic format for the screenshot of the power analysis trace. In addition, ASCII file format *.csv is offered. If file format *.csv is selected, the trace data is saved as an ASCII file with comma separated values. It is also possible to directly retrieve the data using command method RsSmab.Sense.Power.Sweep.HardCopy.data

param language:

BMP| JPG| XPM| PNG| CSV

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.sweep.hardCopy.device.language.clone()

Subgroups