Execute

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:COPY:EXECute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:COPY:EXECute
driver.source.bb.gnss.receiver.v.environment.mpath.copy.execute.set(vehicle = repcap.Vehicle.Default)

Copies the multipath configuration of the source GNSS System and SV ID to the target SV ID and GNSS system or to all SV IDs from a system. Set the source with:

  • method RsSmw.source.bb.gnss.receiver.v.environment.mpath.system.set()

  • method RsSmw.source.bb.gnss.receiver.v.environment.mpath.svid.set()

Set the target with:

  • method RsSmw.source.bb.gnss.receiver.v.environment.mpath.copy.system.set()

  • method RsSmw.source.bb.gnss.receiver.v.environment.mpath.copy.svid.set()

Parameters:

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

set_with_opc(vehicle=Vehicle.Default, opc_timeout_ms: int = -1) None[source]