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