File

SCPI Command :

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

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

get(vehicle=Vehicle.Default) str[source]
# SCPI: [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.

param vehicle

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

return

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]
# SCPI: [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.

param waypoints

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

param vehicle

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