Dheading

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DHEading
class DheadingCls[source]

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

get(baseSt=BaseSt.Default, antenna=Antenna.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DHEading
value: float = driver.source.bb.gnss.rtk.base.a.dheading.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) .

param baseSt

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

param antenna

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

return

delta_heading: No help available

set(delta_heading: float, baseSt=BaseSt.Default, antenna=Antenna.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DHEading
driver.source.bb.gnss.rtk.base.a.dheading.set(delta_heading = 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) .

param delta_heading

float Range: -180 to 180

param baseSt

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

param antenna

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