System
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:COPY:SYSTem
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default) Hybrid[source]
# [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.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
system_source: GPS | GALileo | GLONass | BEIDou | QZSS | SBAS
- set(system_source: Hybrid, vehicle=Vehicle.Default) None[source]
# [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.
- Parameters:
system_source – GPS | GALileo | GLONass | BEIDou | QZSS | SBAS
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)