SnRatio
SCPI Command :
[SENSe]:LIST:RANGe<ri>:SNRatio
- class SnRatioCls[source]
SnRatio commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) float [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:SNRatio value: float = driver.applications.k50Spurious.sense.listPy.range.snRatio.get(rangePy = repcap.RangePy.Default)
Defines the minimum signal-to-noise ratio (in dB) that the power level must exceed for a spur to be recognized during the final spur frequency scan (see ‘Measurement process’) .
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
ratio: Unit: DB
- set(ratio: float, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:SNRatio driver.applications.k50Spurious.sense.listPy.range.snRatio.set(ratio = 1.0, rangePy = repcap.RangePy.Default)
Defines the minimum signal-to-noise ratio (in dB) that the power level must exceed for a spur to be recognized during the final spur frequency scan (see ‘Measurement process’) .
- param ratio
Unit: DB
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)