Idot

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:IDOT
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:IDOT
value: int = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.idot.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the rate of inclination angle.

Parameters:

satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)

Returns:

idot: integer

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

Sets the rate of inclination angle.

Parameters:
  • idot – 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
idot_copy = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.idot.clone()

Subgroups