Standard
SCPI Command :
[SENSe]:ESPectrum<sb>:PRESet[:STANdard]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) str[source]
# [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.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- set(table_high: str, subBlock=SubBlock.Default) None[source]
# [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.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)