Level

SCPI Command :

[SENSe]:DEMod:SQUelch:LEVel
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:DEMod:SQUelch:LEVel
value: float = driver.sense.demod.squelch.level.get()

Defines the threshold for selective demodulation. All signals below the threshold are not demodulated.

Returns:

threshold: Percentage of the display height. Range: 0 to 100

set(threshold: float) None[source]
# [SENSe]:DEMod:SQUelch:LEVel
driver.sense.demod.squelch.level.set(threshold = 1.0)

Defines the threshold for selective demodulation. All signals below the threshold are not demodulated.

Parameters:

threshold – Percentage of the display height. Range: 0 to 100

Cloning the Group

# Create a copy of the original group, that exists independently
level_copy = driver.sense.demod.squelch.level.clone()

Subgroups