Standard

SCPI Command :

[SENSe]:ADEMod:PRESet[:STANdard]
class StandardCls[source]

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

get() str[source]
# SCPI: [SENSe]:ADEMod:PRESet[:STANdard]
value: str = driver.sense.ademod.preset.standard.get()

Loads a measurement configuration. Standard definitions are stored in an xml file. The default directory for Analog Modulation Analysis standards is C:/R_S/INSTR/USER/predefined/AdemodPredefined.

return

standard: String containing the file name. If you have stored the file in a subdirectory of the directory mentioned above, you have to include the relative path to the file.

set(standard: str) None[source]
# SCPI: [SENSe]:ADEMod:PRESet[:STANdard]
driver.sense.ademod.preset.standard.set(standard = 'abc')

Loads a measurement configuration. Standard definitions are stored in an xml file. The default directory for Analog Modulation Analysis standards is C:/R_S/INSTR/USER/predefined/AdemodPredefined.

param standard

String containing the file name. If you have stored the file in a subdirectory of the directory mentioned above, you have to include the relative path to the file.