Stop
SCPI Command :
[SENSe]:LIST:RANGe<ri>:THReshold:STOP
- class StopCls[source]
Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) float [source]
# SCPI: [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.
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
stop: Range: -200 dBm to 0 dBm , Unit: DBM
- set(stop: float, rangePy=RangePy.Default) None [source]
# SCPI: [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.
- param stop
Range: -200 dBm to 0 dBm , Unit: DBM
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)