Delevation

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DELevation
class DelevationCls[source]

Delevation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(vehicle=Vehicle.Default, antenna=Antenna.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DELevation
value: float = driver.source.bb.gnss.receiver.v.a.delevation.get(vehicle = repcap.Vehicle.Default, antenna = repcap.Antenna.Default)

Sets the orientation and tilt of the antenna of the GNSS receiver. The values are relative to the center of gravity (COG) .

param vehicle

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

param antenna

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

return

delta_elevation: float Range: -180 to 180

set(delta_elevation: float, vehicle=Vehicle.Default, antenna=Antenna.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DELevation
driver.source.bb.gnss.receiver.v.a.delevation.set(delta_elevation = 1.0, vehicle = repcap.Vehicle.Default, antenna = repcap.Antenna.Default)

Sets the orientation and tilt of the antenna of the GNSS receiver. The values are relative to the center of gravity (COG) .

param delta_elevation

float Range: -180 to 180

param vehicle

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

param antenna

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