Xddn
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:XDDN
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:XDDN value: int = driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.xddn.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the moon and sun acceleration parameters X’’n, Y’’n and Z’’n.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
xn_dot_dot: integer
- set(xn_dot_dot: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:NMESsage:NAV:EPHemeris:XDDN driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.xddn.set(xn_dot_dot = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the moon and sun acceleration parameters X’’n, Y’’n and Z’’n.
- Parameters:
xn_dot_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
xddn_copy = driver.source.bb.gnss.svid.sbas.nmessage.nav.ephemeris.xddn.clone()
Subgroups