Dz
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DZ
- class DzCls[source]
Dz 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>:DZ value: float = driver.source.bb.gnss.receiver.v.a.dz.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_z: float Range: -200 to 200
- set(delta_z: float, vehicle=Vehicle.Default, antenna=Antenna.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:A<CH>:DZ driver.source.bb.gnss.receiver.v.a.dz.set(delta_z = 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_z
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’)