System
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRAJectory:SYSTem
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(monitorPane=MonitorPane.Default) Hybrid[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRAJectory:SYSTem value: enums.Hybrid = driver.source.bb.gnss.monitor.display.trajectory.system.get(monitorPane = repcap.MonitorPane.Default)
Selects the GNSS system which elevation/azimuth variation over 24 hours is displayed.
- Parameters:
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- Returns:
system: GPS | GALileo | GLONass | BEIDou | QZSS | SBAS
- set(system: Hybrid, 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.Hybrid.BEIDou, monitorPane = repcap.MonitorPane.Default)
Selects the GNSS system which elevation/azimuth variation over 24 hours is displayed.
- Parameters:
system – GPS | GALileo | GLONass | BEIDou | QZSS | SBAS
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)