Dy
SCPI Command :
[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DY
- class DyCls[source]
Dy 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>:DY value: float = driver.source.bb.gnss.rtk.base.a.dy.get(baseSt = repcap.BaseSt.Default, antenna = repcap.Antenna.Default)
Sets the antenna position of an RTK base station as an offset on the x, y and z axis. The offset is relative to 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_y: No help available
- set(delta_y: float, baseSt=BaseSt.Default, antenna=Antenna.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DY driver.source.bb.gnss.rtk.base.a.dy.set(delta_y = 1.0, baseSt = repcap.BaseSt.Default, antenna = repcap.Antenna.Default)
Sets the antenna position of an RTK base station as an offset on the x, y and z axis. The offset is relative to center of gravity (COG) .
- param delta_y
float Range: -200 to 200
- 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’)