Threshold

SCPI Command :

[SENSe]:SPURs:THReshold
class ThresholdCls[source]

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

get() float[source]
# SCPI: [SENSe]:SPURs:THReshold
value: float = driver.applications.k40PhaseNoise.sense.spurs.threshold.get()

Defines the level threshold for spur removal.

return

threshold: Range: 0 to 50, Unit: DB

set(threshold: float) None[source]
# SCPI: [SENSe]:SPURs:THReshold
driver.applications.k40PhaseNoise.sense.spurs.threshold.set(threshold = 1.0)

Defines the level threshold for spur removal.

param threshold

Range: 0 to 50, Unit: DB