Ozero

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:OZERo
class OzeroCls[source]

Ozero 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:OZERo
value: float = driver.source.bb.gnss.svid.gps.simulated.orbit.ozero.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the longitude of ascending node.

param satelliteSvid

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

return

omega_0: float

set(omega_0: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:OZERo
driver.source.bb.gnss.svid.gps.simulated.orbit.ozero.set(omega_0 = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the longitude of ascending node.

param omega_0

float

param satelliteSvid

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