Oorientation

SCPI Command :

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

Parameters:

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

Returns:

orientation: float Range: 0 to 359.99

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

Parameters:
  • orientation – float Range: 0 to 359.99

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