L2Cdma<IndexNull>
RepCap Settings
# Range: Nr0 .. Nr63
rc = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l2Band.l2Cdma.repcap_indexNull_get()
driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l2Band.l2Cdma.repcap_indexNull_set(repcap.IndexNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L2Band:L2CDma<US0>
- class L2CdmaCls[source]
L2Cdma commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0
- get(monitorPane=MonitorPane.Default, indexNull=IndexNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L2Band:L2CDma<US0> value: bool = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l2Band.l2Cdma.get(monitorPane = repcap.MonitorPane.Default, indexNull = repcap.IndexNull.Default)
Defines the signals to be visualized on the ‘Power View’ graph.
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L2Cdma’)
- return
signal_state: 1| ON| 0| OFF
- set(signal_state: bool, monitorPane=MonitorPane.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L2Band:L2CDma<US0> driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l2Band.l2Cdma.set(signal_state = False, monitorPane = repcap.MonitorPane.Default, indexNull = repcap.IndexNull.Default)
Defines the signals to be visualized on the ‘Power View’ graph.
- param signal_state
1| ON| 0| OFF
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L2Cdma’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l2Band.l2Cdma.clone()