System
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRAJectory:SYSTem
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(monitorPane=MonitorPane.Default) HybridElevAzim[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRAJectory:SYSTem value: enums.HybridElevAzim = driver.source.bb.gnss.monitor.display.trajectory.system.get(monitorPane = repcap.MonitorPane.Default)
Selects the GNSS system to display the variation of the elevation and azimuth over 24 hours in this system.
- Parameters:
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- Returns:
system: GPS | GALileo | GLONass | BEIDou | SBAS | QZSS | NAVic | ALL | VISible GPS | GALileo | GLONass | BEIDou | SBAS | QZSS | NAVic Selects a specific GNSS. ALL Selects all GNSS systems. VISible Selects only visible satellites of all GNSS systems.
- set(system: HybridElevAzim, monitorPane=MonitorPane.Default) None[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRAJectory:SYSTem driver.source.bb.gnss.monitor.display.trajectory.system.set(system = enums.HybridElevAzim.ALL, monitorPane = repcap.MonitorPane.Default)
Selects the GNSS system to display the variation of the elevation and azimuth over 24 hours in this system.
- Parameters:
system – GPS | GALileo | GLONass | BEIDou | SBAS | QZSS | NAVic | ALL | VISible GPS | GALileo | GLONass | BEIDou | SBAS | QZSS | NAVic Selects a specific GNSS. ALL Selects all GNSS systems. VISible Selects only visible satellites of all GNSS systems.
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)