Xdn

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:XDN
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:XDN
value: int = driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.xdn.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’)

Returns:

xn_dot: integer

set(xn_dot: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:XDN
driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.xdn.set(xn_dot = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the velocity components X’n, Y’n and Z’n.

Parameters:
  • xn_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
xdn_copy = driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.xdn.clone()

Subgroups