System

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:COPY: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:COPY:SYSTem
value: enums.Hybrid = driver.source.bb.gnss.receiver.v.environment.mpath.copy.system.get(vehicle = repcap.Vehicle.Default)

Sets the GNSS system. If the copy to function is used, this setting refers to the target.

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:COPY:SYSTem
driver.source.bb.gnss.receiver.v.environment.mpath.copy.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 target.

param system_source

GPS| GALileo| GLONass| BEIDou| QZSS| SBAS

param vehicle

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)