Preset

SCPI Command :

[SENSe]:ESPectrum<sb>:PRESet
Commands in total: 4
Subgroups: 3
Direct child commands: 1
get(subBlock=SubBlock.Default) str[source]
# [SENSe]:ESPectrum<sb>:PRESet
value: str = driver.applications.k149Uwb.sense.espectrum.preset.get(subBlock = repcap.SubBlock.Default)

No help available

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
driver.applications.k149Uwb.sense.espectrum.preset.set(table_high = 'abc', subBlock = repcap.SubBlock.Default)

No help available

Parameters:

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

Cloning the Group

# Create a copy of the original group, that exists independently
preset_copy = driver.applications.k149Uwb.sense.espectrum.preset.clone()

Subgroups