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.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
range_py: LOW | HIGH LOW <= 3 GHz HIGH 3 GHz
- set(range_py: RsFsw.enums.LowHigh, subBlock=SubBlock.Default) None [source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:BAND driver.sense.espectrum.msr.band.set(range_py = enums.LowHigh.HIGH, subBlock = repcap.SubBlock.Default)
Defines the frequency range of the bands used by the base station.
- param range_py
LOW | HIGH LOW <= 3 GHz HIGH 3 GHz
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)