B3I
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:BEIDou:SIGNal:L2Band:B3I
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(monitorPane=MonitorPane.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:BEIDou:SIGNal:L2Band:B3I value: bool = driver.source.bb.gnss.monitor.display.power.system.beidou.signal.l2Band.b3I.get(monitorPane = repcap.MonitorPane.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’)
- Returns:
signal_state: 1 | ON | 0| OFF
- set(signal_state: bool, monitorPane=MonitorPane.Default) None[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:BEIDou:SIGNal:L2Band:B3I driver.source.bb.gnss.monitor.display.power.system.beidou.signal.l2Band.b3I.set(signal_state = False, monitorPane = repcap.MonitorPane.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’)