State
SCPI Command :
[SENSe]:DEMod:SQUelch[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:DEMod:SQUelch[:STATe] value: bool = driver.sense.demod.squelch.state.get()
Turns selective demodulation at the marker position on and off. For selective demodulation, the FSW turns on a video trigger whose level correponds to the squelch level. Therefore it turns other triggers or gates off.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# [SENSe]:DEMod:SQUelch[:STATe] driver.sense.demod.squelch.state.set(state = False)
Turns selective demodulation at the marker position on and off. For selective demodulation, the FSW turns on a video trigger whose level correponds to the squelch level. Therefore it turns other triggers or gates off.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on