State

SCPI Command :

[SENSe]:ESPectrum<sb>:FILTer[:RRC][:STATe]
class StateCls[source]

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

get(subBlock=SubBlock.Default) bool[source]
# SCPI: [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.

param subBlock

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

return

state: ON | OFF | 0 | 1

set(state: bool, subBlock=SubBlock.Default) None[source]
# SCPI: [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.

param state

ON | OFF | 0 | 1

param subBlock

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