Xdn
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:XDN
- class XdnCls[source]
Xdn commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:XDN value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.xdn.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
xn_dot: integer
- set(xn_dot: int, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:XDN driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.xdn.set(xn_dot = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the velocity components X’n, Y’n and Z’n.
- param xn_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.glonass.nmessage.nav.ephemeris.xdn.clone()
Subgroups