Omega

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:OMEGa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:OMEGa
value: float = driver.source.bb.gnss.svid.navic.simulated.orbit.omega.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the argument of perigee.

Parameters:

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

Returns:

omega: float

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

Sets the argument of perigee.

Parameters:
  • omega – float

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