O2Distance
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:O2Distance
- class O2DistanceCls[source]
O2Distance 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:O2Distance value: float = driver.source.bb.gnss.receiver.v.environment.gsr.o2Distance.get(vehicle = repcap.Vehicle.Default)
Sets the distance between the receiver and the left/right obstacles.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
distance: float Range: 0 to 1E4
- set(distance: float, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:O2Distance driver.source.bb.gnss.receiver.v.environment.gsr.o2Distance.set(distance = 1.0, vehicle = repcap.Vehicle.Default)
Sets the distance between the receiver and the left/right obstacles.
- param distance
float Range: 0 to 1E4
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)