Executeļƒ

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:MPATh:COPY:EXECute
class ExecuteCls[source]

Execute commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(vehicle=Vehicle.Default) None[source]
# SCPI: [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.

INTRO_CMD_HELP: Set the source with:

  • [:SOURce<hw>]:BB:GNSS:RECeiver[:V<st>]:ENVironment:MPATh:SYSTem

  • [:SOURce<hw>]:BB:GNSS:RECeiver[:V<st>]:ENVironment:MPATh:SVID

INTRO_CMD_HELP: Set the target with:

  • [:SOURce<hw>]:BB:GNSS:RECeiver[:V<st>]:ENVironment:MPATh:COPY:SYSTem

  • [:SOURce<hw>]:BB:GNSS:RECeiver[:V<st>]:ENVironment:MPATh:COPY:SVID

param 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]