Morientation
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:MORientation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:MORientation value: float = driver.source.bb.gnss.receiver.v.environment.vobs.morientation.get(vehicle = repcap.Vehicle.Default)
Defines the map orientation of obstacles relative to the west-east axis.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
map_orientation: float Range: 0 to 359.99
- set(map_orientation: float, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:MORientation driver.source.bb.gnss.receiver.v.environment.vobs.morientation.set(map_orientation = 1.0, vehicle = repcap.Vehicle.Default)
Defines the map orientation of obstacles relative to the west-east axis.
- Parameters:
map_orientation – float Range: 0 to 359.99
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)