Unscaled
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:CNAV:EPHemeris:ECCentricity:UNSCaled
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:CNAV:EPHemeris:ECCentricity:UNSCaled value: float = driver.source.bb.gnss.svid.qzss.nmessage.cnav.ephemeris.eccentricity.unscaled.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: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:CNAV:EPHemeris:ECCentricity:UNSCaled driver.source.bb.gnss.svid.qzss.nmessage.cnav.ephemeris.eccentricity.unscaled.set(eccentricity = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the eccentricity.
- Parameters:
eccentricity – integer
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)