Ydn
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:YDN
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [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.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- set(yn_dot: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [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.
- Parameters:
yn_dot – integer
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
Cloning the Group
# Create a copy of the original group, that exists independently
ydn_copy = driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.ydn.clone()
Subgroups