L1Cdma<IndexNull>
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L1Band:L1CDma<US0>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr0 .. Nr63 driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l1Band.l1Cdma.repcap_indexNull_set(repcap.IndexNull.Nr0)
- get(monitorPane=MonitorPane.Default, indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L1Band:L1CDma<US0> value: bool = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l1Band.l1Cdma.get(monitorPane = repcap.MonitorPane.Default, indexNull = repcap.IndexNull.Default)
Defines the signals to be visualized on the ‘Power View’ graph.
- Parameters:
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)
- Returns:
signal_state: 1 | ON | 0| OFF
- set(signal_state: bool, monitorPane=MonitorPane.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:GLONass:SIGNal:L1Band:L1CDma<US0> driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l1Band.l1Cdma.set(signal_state = False, monitorPane = repcap.MonitorPane.Default, indexNull = repcap.IndexNull.Default)
Defines the signals to be visualized on the ‘Power View’ graph.
- Parameters:
signal_state – 1 | ON | 0| OFF
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)
Cloning the Group
# Create a copy of the original group, that exists independently
l1Cdma_copy = driver.source.bb.gnss.monitor.display.power.system.glonass.signal.l1Band.l1Cdma.clone()