Duration

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:DURation
class DurationCls[source]

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

get(vehicle=Vehicle.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:DURation
value: float = driver.source.bb.gnss.receiver.v.location.waypoints.duration.get(vehicle = repcap.Vehicle.Default)

Queries the trajectory duration. For R&S SMW-B9F and moving files with extension *.tle, you can set the duration.

param vehicle:

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

return:

duration: float Range: 0 to depends on options

set(duration: float, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:DURation
driver.source.bb.gnss.receiver.v.location.waypoints.duration.set(duration = 1.0, vehicle = repcap.Vehicle.Default)

Queries the trajectory duration. For R&S SMW-B9F and moving files with extension *.tle, you can set the duration.

param duration:

float Range: 0 to depends on options

param vehicle:

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