Ydn
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:YDN
- class YdnCls[source]
Ydn 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:YDN value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.ydn.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
yn_dot: No help available
- set(yn_dot: int, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:YDN driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.ydn.set(yn_dot = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the velocity components X’n, Y’n and Z’n.
- param yn_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.ydn.clone()
Subgroups