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) str[source]
# SCPI: [SENSe]:ESPectrum<sb>:PRESet[:STANdard]
value: str = driver.applications.k149Uwb.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

table_high: No help available

set(table_high: str, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:PRESet[:STANdard]
driver.applications.k149Uwb.sense.espectrum.preset.standard.set(table_high = 'abc', 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 table_high

No help available

param subBlock

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