State

SCPI Command :

[SENSe]:DEMod:SQUelch[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

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]: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.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on