Band

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:BAND
class BandCls[source]

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

get(subBlock=SubBlock.Default) RsFsw.enums.LowHigh[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:BAND
value: enums.LowHigh = driver.applications.k149Uwb.sense.espectrum.msr.band.get(subBlock = repcap.SubBlock.Default)

Defines the frequency range of the bands used by the base station.

param subBlock

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

return

mode: No help available

set(mode: RsFsw.enums.LowHigh, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:BAND
driver.applications.k149Uwb.sense.espectrum.msr.band.set(mode = enums.LowHigh.HIGH, subBlock = repcap.SubBlock.Default)

Defines the frequency range of the bands used by the base station.

param mode

No help available

param subBlock

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