Threshold

SCPI Command :

[SENSe]:SPURs:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:SPURs:THReshold
value: float = driver.applications.k40PhaseNoise.sense.spurs.threshold.get()

Defines the level threshold for spur removal.

Returns:

threshold: Range: 0 to 50, Unit: DB

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

Defines the level threshold for spur removal.

Parameters:

threshold – Range: 0 to 50, Unit: DB