Odot
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:ODOT
- class OdotCls[source]
Odot commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:ODOT value: float = driver.source.bb.gnss.svid.gps.simulated.orbit.odot.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the rate of right ascension.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
omega_dot: float
- set(omega_dot: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:ODOT driver.source.bb.gnss.svid.gps.simulated.orbit.odot.set(omega_dot = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the rate of right ascension.
- param omega_dot
float
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)