Dbank
SCPI Command :
[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DBANk
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseSt=BaseSt.Default, antenna=Antenna.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DBANk value: float = driver.source.bb.gnss.rtk.base.a.dbank.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’)
- set(delta_bank: float, baseSt=BaseSt.Default, antenna=Antenna.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:A<CH>:DBANk driver.source.bb.gnss.rtk.base.a.dbank.set(delta_bank = 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_bank – 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’)