File

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:FILE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) str[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:FILE
value: str = driver.source.bb.gnss.receiver.v.location.waypoints.file.get(vehicle = repcap.Vehicle.Default)

Selects a predefined or user-defined waypoint files to simulate a moving scenario.

Parameters:

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

Returns:

waypoints: Filename or complete file path incl. extension Waypoint files have the extension txt, nmea, kml or xtd.

set(waypoints: str, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:FILE
driver.source.bb.gnss.receiver.v.location.waypoints.file.set(waypoints = 'abc', vehicle = repcap.Vehicle.Default)

Selects a predefined or user-defined waypoint files to simulate a moving scenario.

Parameters:
  • waypoints – Filename or complete file path incl. extension Waypoint files have the extension txt, nmea, kml or xtd.

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