Smovement

SCPI Command :

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

Applies an internal algorithm to smooth the trajectory.

Parameters:

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

Returns:

smooth_movement: 1 | ON | 0| OFF

set(smooth_movement: bool, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:SMOVement
driver.source.bb.gnss.receiver.v.location.smovement.set(smooth_movement = False, vehicle = repcap.Vehicle.Default)

Applies an internal algorithm to smooth the trajectory.

Parameters:
  • smooth_movement – 1 | ON | 0| OFF

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