Idot

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:ORBit:IDOT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:ORBit:IDOT
value: float = driver.source.bb.gnss.svid.galileo.simulated.orbit.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: float

set(idot: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:ORBit:IDOT
driver.source.bb.gnss.svid.galileo.simulated.orbit.idot.set(idot = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the rate of inclination angle.

Parameters:
  • idot – float

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