Delevation

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DELevation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseSt=BaseSt.Default, antenna=Antenna.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DELevation
value: float = driver.source.bb.gnss.rtk.base.a.delevation.get(baseSt = repcap.BaseSt.Default, antenna = repcap.Antenna.Default)

Sets orientation and tilt of the antenna of the RTK base station. The values are relative to the center of gravity (COG) .

Parameters:
  • baseSt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)

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

Returns:

delta_elevation: float Range: -180 to 180

set(delta_elevation: float, baseSt=BaseSt.Default, antenna=Antenna.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DELevation
driver.source.bb.gnss.rtk.base.a.delevation.set(delta_elevation = 1.0, baseSt = repcap.BaseSt.Default, antenna = repcap.Antenna.Default)

Sets orientation and tilt of the antenna of the RTK base station. The values are relative to the center of gravity (COG) .

Parameters:
  • delta_elevation – float Range: -180 to 180

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

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