Band
SCPI Command :
[SENSe]:ESPectrum<sb>:MSR:BAND
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) LowHigh[source]
# [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.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
range_py: LOW | HIGH LOW <= 3 GHz HIGH 3 GHz
- set(range_py: LowHigh, subBlock=SubBlock.Default) None[source]
# [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.
- Parameters:
range_py – LOW | HIGH LOW <= 3 GHz HIGH 3 GHz
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)