Show
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRACks:SHOW
- class ShowCls[source]
Show 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:TRACks:SHOW value: bool = driver.source.bb.gnss.monitor.display.tracks.show.get(monitorPane = repcap.MonitorPane.Default)
Enables display of the current satellite positions and their orbits.
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- return
show_tracks: 1| ON| 0| OFF
- set(show_tracks: bool, monitorPane=MonitorPane.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRACks:SHOW driver.source.bb.gnss.monitor.display.tracks.show.set(show_tracks = False, monitorPane = repcap.MonitorPane.Default)
Enables display of the current satellite positions and their orbits.
- param show_tracks
1| ON| 0| OFF
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)