Level

SCPI Command :

[SENSe]:DEMod:SQUelch:LEVel
class LevelCls[source]

Level commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

return

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

set(threshold: float) None[source]
# SCPI: [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.

param threshold

Percentage of the display height. Range: 0 to 100

Cloning the Group

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

Subgroups