Level
SCPI Command :
[SENSe]:DEMod:SQUelch:LEVel
- class LevelCls[source]
Level commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DEMod:SQUelch:LEVel value: float = driver.applications.k70Vsa.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.applications.k70Vsa.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