Rrc

SCPI Command :

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

Rrc commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(subBlock=SubBlock.Default) bool[source]
# SCPI: [SENSe]:ESPectrum<sb>:FILTer:RRC
value: bool = driver.applications.k149Uwb.sense.espectrum.filterPy.rrc.get(subBlock = repcap.SubBlock.Default)

No command help available

param subBlock

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

return

state: No help available

set(state: bool, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:FILTer:RRC
driver.applications.k149Uwb.sense.espectrum.filterPy.rrc.set(state = False, subBlock = repcap.SubBlock.Default)

No command help available

param state

No help available

param subBlock

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.sense.espectrum.filterPy.rrc.clone()

Subgroups