State
SCPI Command :
[SENSe]:ADEMod:SQUelch[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:ADEMod:SQUelch[:STATe] value: bool = driver.sense.ademod.squelch.state.get()
Activates the squelch function, i.e. if the signal falls below a defined threshold (see [SENSe:]ADEMod:SQUelch:LEVel) , the demodulated data is automatically set to 0.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: [SENSe]:ADEMod:SQUelch[:STATe] driver.sense.ademod.squelch.state.set(state = False)
Activates the squelch function, i.e. if the signal falls below a defined threshold (see [SENSe:]ADEMod:SQUelch:LEVel) , the demodulated data is automatically set to 0.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on