Start

SCPI Command :

[SENSe]:LIST:RANGe<ri>:THReshold:STARt
class StartCls[source]

Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(rangePy=RangePy.Default) float[source]
# SCPI: [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.

param rangePy

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

return

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

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

param start

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

param rangePy

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