Store

SCPI Command :

[SENSe]:ESPectrum<sb>:PRESet:STORe
class StoreCls[source]

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

get(subBlock=SubBlock.Default) str[source]
# SCPI: [SENSe]:ESPectrum<sb>:PRESet:STORe
value: str = driver.sense.espectrum.preset.store.get(subBlock = repcap.SubBlock.Default)

Saves the current SEM 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: 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, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:PRESet:STORe
driver.sense.espectrum.preset.store.set(standard = 'abc', subBlock = repcap.SubBlock.Default)

Saves the current SEM 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

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.

param subBlock

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