Mzero

SCPI Command :

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

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

Sets the mean anomaly.

param satelliteSvid

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

return

m_0: float

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

Sets the mean anomaly.

param m_0

float

param satelliteSvid

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