Height
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:HEIGht
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:HEIGht value: float = driver.source.bb.gnss.receiver.v.environment.vobs.roffset.height.get(vehicle = repcap.Vehicle.Default)
Sets the initial height position (Z) of a receiver relative to the reference point that is the (0, 0, 0) coordinate.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
height_offset: float Range: 0 to 500
- set(height_offset: float, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:HEIGht driver.source.bb.gnss.receiver.v.environment.vobs.roffset.height.set(height_offset = 1.0, vehicle = repcap.Vehicle.Default)
Sets the initial height position (Z) of a receiver relative to the reference point that is the (0, 0, 0) coordinate.
- Parameters:
height_offset – float Range: 0 to 500
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)