SnRatio

SCPI Command :

[SENSe]:LIST:RANGe<ri>:SNRatio
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) float[source]
# [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’) .

Parameters:

rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

Returns:

ratio: Unit: DB

set(ratio: float, rangePy=RangePy.Default) None[source]
# [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’) .

Parameters:
  • ratio – Unit: DB

  • rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)