Store

SCPI Command :

[SENSe]:ADEMod:PRESet:STORe
class StoreCls[source]

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

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

Saves the current Analog Modulation Analysis 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. You can save the file in a subdirectory of the directory mentioned above. In that case, you have to include the relative path to the file.

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

Saves the current Analog Modulation Analysis 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. You can save the file in a subdirectory of the directory mentioned above. In that case, you have to include the relative path to the file.