Eccentricity
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:CNAV:EPHemeris:ECCentricity
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:CNAV:EPHemeris:ECCentricity value: int = driver.source.bb.gnss.svid.qzss.nmessage.cnav.ephemeris.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
- set(eccentricity: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:CNAV:EPHemeris:ECCentricity driver.source.bb.gnss.svid.qzss.nmessage.cnav.ephemeris.eccentricity.set(eccentricity = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the eccentricity.
- Parameters:
eccentricity – integer
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
Cloning the Group
# Create a copy of the original group, that exists independently
eccentricity_copy = driver.source.bb.gnss.svid.qzss.nmessage.cnav.ephemeris.eccentricity.clone()
Subgroups