Eccentricity
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:ECCentricity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [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.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
eccentricity: integer Range: 0 to 4294967295
- set(eccentricity: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [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.
- Parameters:
eccentricity – integer Range: 0 to 4294967295
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)