Height
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:HEIGht
- class HeightCls[source]
Height 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:VOBS:ROFFset:HEIGht value: float = driver.source.bb.gnss.receiver.v.environment.vobs.roffset.height.get(vehicle = repcap.Vehicle.Default)
Determines the start position of a receiver in terms of height offset and X/Y offset.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
height_offset: float Range: 0 to 500
- set(height_offset: float, vehicle=Vehicle.Default) None [source]
# SCPI: [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)
Determines the start position of a receiver in terms of height offset and X/Y offset.
- param height_offset
float Range: 0 to 500
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)