Preset

SCPI Command :

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

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

get(subBlock=SubBlock.Default) RsFsw.enums.ChannelNumber[source]
# SCPI: [SENSe]:ESPectrum<sb>:CAPTure:PRESet
value: enums.ChannelNumber = driver.applications.k149Uwb.sense.espectrum.capture.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

channel_number: No help available

set(channel_number: RsFsw.enums.ChannelNumber, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:CAPTure:PRESet
driver.applications.k149Uwb.sense.espectrum.capture.preset.set(channel_number = enums.ChannelNumber.C0, subBlock = repcap.SubBlock.Default)

No command help available

param channel_number

No help available

param subBlock

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