Eccentricity

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:ECCentricity
class EccentricityCls[source]

Eccentricity commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:ECCentricity
value: int = driver.source.bb.gnss.svid.navic.simulated.orbit.eccentricity.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the eccentricity.

param satelliteSvid

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

return

eccentricity: integer Range: 0 to 4294967295

set(eccentricity: int, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:ECCentricity
driver.source.bb.gnss.svid.navic.simulated.orbit.eccentricity.set(eccentricity = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the eccentricity.

param eccentricity

integer Range: 0 to 4294967295

param satelliteSvid

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