Smovement

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:SMOVement
class SmovementCls[source]

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

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

param vehicle

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

return

smooth_movement: 1| ON| 0| OFF

set(smooth_movement: bool, vehicle=Vehicle.Default) None[source]
# SCPI: [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.

param smooth_movement

1| ON| 0| OFF

param vehicle

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