Strajectory

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow:STRajectory
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(vehicle=Vehicle.Default) None[source]
# [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.

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]