Position

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:POSition
class PositionCls[source]

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

get(vehicle=Vehicle.Default) RsSmbv.enums.LocationModel[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:POSition
value: enums.LocationModel = driver.source.bb.gnss.receiver.v.position.get(vehicle = repcap.Vehicle.Default)

Sets what kind of receiver is simulated.

param vehicle

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

return

positioning: STATic| MOVing| HIL

set(positioning: RsSmbv.enums.LocationModel, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:POSition
driver.source.bb.gnss.receiver.v.position.set(positioning = enums.LocationModel.HIL, vehicle = repcap.Vehicle.Default)

Sets what kind of receiver is simulated.

param positioning

STATic| MOVing| HIL

param vehicle

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