Strajectoryļƒ

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow:STRajectory
class StrajectoryCls[source]

Strajectory 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:FULL:RWINdow:STRajectory
driver.source.bb.gnss.receiver.v.environment.full.rwindow.strajectory.set(vehicle = repcap.Vehicle.Default)

Sets the length of the repetition intervall equal to trajectory length of the waypoint file. Aligning both lengths is useful to ensure that the obscuration pattern repeats itself at each repetition of the waypoint file.

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]