Duration
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default) float[source]
# [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.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
duration: float Range: 0 to depends on options
- set(duration: float, vehicle=Vehicle.Default) None[source]
# [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.
- Parameters:
duration – float Range: 0 to depends on options
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)