Stop

SCPI Command :

[SENSe]:LIST:RANGe<ri>:THReshold:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) float[source]
# [SENSe]:LIST:RANGe<ri>:THReshold:STOP
value: float = driver.applications.k50Spurious.sense.listPy.range.threshold.stop.get(rangePy = repcap.RangePy.Default)

Defines an absolute threshold that the power level must exceed for a peak to be detected as a true spur. The stop value must be higher than the start value.

Parameters:

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

Returns:

stop: Range: -200 dBm to 0 dBm , Unit: DBM

set(stop: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>:THReshold:STOP
driver.applications.k50Spurious.sense.listPy.range.threshold.stop.set(stop = 1.0, rangePy = repcap.RangePy.Default)

Defines an absolute threshold that the power level must exceed for a peak to be detected as a true spur. The stop value must be higher than the start value.

Parameters:
  • stop – Range: -200 dBm to 0 dBm , Unit: DBM

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