Standard

SCPI Command :

[SENSe]:ESPectrum<sb>:PRESet[:STANdard]
class StandardCls[source]

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

get(subBlock=SubBlock.Default) RsFsw.enums.SelectNone[source]
# SCPI: [SENSe]:ESPectrum<sb>:PRESet[:STANdard]
value: enums.SelectNone = driver.applications.k14Xnr5G.sense.espectrum.preset.standard.get(subBlock = repcap.SubBlock.Default)

Loads a measurement configuration. Standard definitions are stored in an xml file. The default directory for SEM standards is C:/R_S/INSTR/sem_std.

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

return

standard: (enum or string) 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: RsFsw.enums.SelectNone, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:PRESet[:STANdard]
driver.applications.k14Xnr5G.sense.espectrum.preset.standard.set(standard = enums.SelectNone.NONE, subBlock = repcap.SubBlock.Default)

Loads a measurement configuration. Standard definitions are stored in an xml file. The default directory for SEM standards is C:/R_S/INSTR/sem_std.

param standard

(enum or string) 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.

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)