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