Preset

SCPI Command :

[SENSe]:ESPectrum<sb>:PRESet
class PresetCls[source]

Preset commands group definition. 4 total commands, 3 Subgroups, 1 group commands

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

No command help available

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

No command help available

param table_high

No help available

param subBlock

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

Cloning the Group

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

Subgroups