Level
SCPI Command :
[SENSe]:ADEMod:SQUelch:LEVel
- class LevelCls[source]
Level commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:ADEMod:SQUelch:LEVel value: float = driver.sense.ademod.squelch.level.get()
Defines the level threshold below which the demodulated data is set to 0 if squelching is enabled (see [SENSe:]ADEMod:SQUelch[:STATe]) .
- return
threshold: numeric value The absolute threshold level Range: -150 dBm to 30 dBm
- set(threshold: float) None [source]
# SCPI: [SENSe]:ADEMod:SQUelch:LEVel driver.sense.ademod.squelch.level.set(threshold = 1.0)
Defines the level threshold below which the demodulated data is set to 0 if squelching is enabled (see [SENSe:]ADEMod:SQUelch[:STATe]) .
- param threshold
numeric value The absolute threshold level Range: -150 dBm to 30 dBm