Height

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ROFFset:HEIGht
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ROFFset:HEIGht
value: float = driver.source.bb.gnss.receiver.v.environment.rpl.roffset.height.get(vehicle = repcap.Vehicle.Default)

Sets the receiver height offset, i.e. the antenna altitude relative to the ground.

Parameters:

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

Returns:

heigth: float Range: 0 to 500

set(heigth: float, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ROFFset:HEIGht
driver.source.bb.gnss.receiver.v.environment.rpl.roffset.height.set(heigth = 1.0, vehicle = repcap.Vehicle.Default)

Sets the receiver height offset, i.e. the antenna altitude relative to the ground.

Parameters:
  • heigth – float Range: 0 to 500

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