Position

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) LocationModel[source]
# [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.

Parameters:

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

Returns:

positioning: STATic | MOVing | HIL

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

Parameters:
  • positioning – STATic | MOVing | HIL

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