System
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:TRAJectory:SYSTem
- class SystemCls[source]
System commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(monitorPane=MonitorPane.Default) RsSmbv.enums.Hybrid [source]
# SCPI: [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.
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- return
system: GPS| GALileo| GLONass| BEIDou| QZSS| SBAS
- set(system: RsSmbv.enums.Hybrid, monitorPane=MonitorPane.Default) None [source]
# SCPI: [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.
- param system
GPS| GALileo| GLONass| BEIDou| QZSS| SBAS
- param monitorPane
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)