L3Cdma<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l5Band.l3Cdma.repcap_index_get()
driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l5Band.l3Cdma.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L5Band:L3CDma<US>
class L3CdmaCls[source]

L3Cdma commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(monitorPane=MonitorPane.Default, index=Index.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L5Band:L3CDma<US>
value: bool = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l5Band.l3Cdma.get(monitorPane = repcap.MonitorPane.Default, index = repcap.Index.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 index

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

return

signal_state: 1| ON| 0| OFF

set(signal_state: bool, monitorPane=MonitorPane.Default, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L5Band:L3CDma<US>
driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l5Band.l3Cdma.set(signal_state = False, monitorPane = repcap.MonitorPane.Default, index = repcap.Index.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 index

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l5Band.l3Cdma.clone()