Galtitude

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:GALTitude
class GaltitudeCls[source]

Galtitude 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: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.

param vehicle

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

return

ground_altitude: float Range: 0 to 10000

set(ground_altitude: float, vehicle=Vehicle.Default) None[source]
# SCPI: [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.

param ground_altitude

float Range: 0 to 10000

param vehicle

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