System
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:SYSTem
- class SystemCls[source]
System commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) RsSmbv.enums.Hybrid [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:SYSTem value: enums.Hybrid = driver.source.bb.gnss.receiver.v.environment.mpath.system.get(vehicle = repcap.Vehicle.Default)
Sets the GNSS system. If the copy to function is used, this setting refers to the source.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
system_source: GPS| GALileo| GLONass| BEIDou| QZSS| SBAS
- set(system_source: RsSmbv.enums.Hybrid, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:SYSTem driver.source.bb.gnss.receiver.v.environment.mpath.system.set(system_source = enums.Hybrid.BEIDou, vehicle = repcap.Vehicle.Default)
Sets the GNSS system. If the copy to function is used, this setting refers to the source.
- param system_source
GPS| GALileo| GLONass| BEIDou| QZSS| SBAS
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)