Start

SCPI Command :

[SENSe]:LIST:RANGe<ri>:THReshold:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) float[source]
# [SENSe]:LIST:RANGe<ri>:THReshold:STARt
value: float = driver.applications.k50Spurious.sense.listPy.range.threshold.start.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 start value must be lower than the stop value.

Parameters:

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

Returns:

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

set(start: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>:THReshold:STARt
driver.applications.k50Spurious.sense.listPy.range.threshold.start.set(start = 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 start value must be lower than the stop value.

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

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