Sps
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:NAVic:SIGNal:L5Band:SPS
- class SpsCls[source]
Sps commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(monitorPane=MonitorPane.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:NAVic:SIGNal:L5Band:SPS value: bool = driver.source.bb.gnss.monitor.display.power.system.navic.signal.l5Band.sps.get(monitorPane = repcap.MonitorPane.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’)
- return
signal_state: 1| ON| 0| OFF
- set(signal_state: bool, monitorPane=MonitorPane.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:NAVic:SIGNal:L5Band:SPS driver.source.bb.gnss.monitor.display.power.system.navic.signal.l5Band.sps.set(signal_state = False, monitorPane = repcap.MonitorPane.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’)