Galtitude

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:GALTitude
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:GALTitude
value: float = driver.source.bb.gnss.receiver.v.environment.gsr.galtitude.get(vehicle = repcap.Vehicle.Default)

Sets the altitude of the receiver according to the WGS84 geodetic system.

Parameters:

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

Returns:

ground_altitude: float Range: 0 to 10000

set(ground_altitude: float, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:GALTitude
driver.source.bb.gnss.receiver.v.environment.gsr.galtitude.set(ground_altitude = 1.0, vehicle = repcap.Vehicle.Default)

Sets the altitude of the receiver according to the WGS84 geodetic system.

Parameters:
  • ground_altitude – float Range: 0 to 10000

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