Idot

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIMulated:ORBit:IDOT
class IdotCls[source]

Idot commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIMulated:ORBit:IDOT
value: float = driver.source.bb.gnss.svid.qzss.simulated.orbit.idot.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the rate of inclination angle.

param satelliteSvid

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

return

idot: float

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

Sets the rate of inclination angle.

param idot

float

param satelliteSvid

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