State
SCPI Command :
[SENSe]:ESPectrum<sb>:FILTer[:RRC][:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) bool[source]
# [SENSe]:ESPectrum<sb>:FILTer[:RRC][:STATe] value: bool = driver.sense.espectrum.filterPy.rrc.state.get(subBlock = repcap.SubBlock.Default)
Turns the RRC filter in the reference range on and off. The RRC filter is available if the power reference is the channel power.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
state: ON | OFF | 0 | 1
- set(state: bool, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:FILTer[:RRC][:STATe] driver.sense.espectrum.filterPy.rrc.state.set(state = False, subBlock = repcap.SubBlock.Default)
Turns the RRC filter in the reference range on and off. The RRC filter is available if the power reference is the channel power.
- Parameters:
state – ON | OFF | 0 | 1
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)