RoMode

SCPI Command :

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

Defines the way the waypoint/attitude file is processed.

Parameters:

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

Returns:

ro_mode: CYCLic | RTRip | OWAY

set(ro_mode: ReadOutMode, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:WAYPoints:ROMode
driver.source.bb.gnss.receiver.v.location.waypoints.roMode.set(ro_mode = enums.ReadOutMode.CYCLic, vehicle = repcap.Vehicle.Default)

Defines the way the waypoint/attitude file is processed.

Parameters:
  • ro_mode – CYCLic | RTRip | OWAY

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