Oorientation
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:OORientation
- class OorientationCls[source]
Oorientation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:OORientation value: float = driver.source.bb.gnss.receiver.v.environment.gsr.oorientation.get(vehicle = repcap.Vehicle.Default)
Sets the obstacle orientation.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
orientation: float Range: 0 to 359.99
- set(orientation: float, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:OORientation driver.source.bb.gnss.receiver.v.environment.gsr.oorientation.set(orientation = 1.0, vehicle = repcap.Vehicle.Default)
Sets the obstacle orientation.
- param orientation
float Range: 0 to 359.99
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)