Zdn
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:ZDN
- class ZdnCls[source]
Zdn commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:ZDN value: int = driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.zdn.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the velocity components X’n, Y’n and Z’n.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
zn_dot: No help available
- set(zn_dot: int, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:ZDN driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.zdn.set(zn_dot = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the velocity components X’n, Y’n and Z’n.
- param zn_dot
integer
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.zdn.clone()
Subgroups