Dx
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DX
- class DxCls[source]
Dx 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>:DX value: float = driver.source.bb.gnss.receiver.v.a.dx.get(vehicle = repcap.Vehicle.Default, antenna = repcap.Antenna.Default)
Sets the antenna position of the GNSS receiver as an offset on the x, y and z axis. The offset is relative to 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_x: No help available
- set(delta_x: float, vehicle=Vehicle.Default, antenna=Antenna.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DX driver.source.bb.gnss.receiver.v.a.dx.set(delta_x = 1.0, vehicle = repcap.Vehicle.Default, antenna = repcap.Antenna.Default)
Sets the antenna position of the GNSS receiver as an offset on the x, y and z axis. The offset is relative to center of gravity (COG) .
- param delta_x
float Range: -200 to 200
- 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’)