Squelch

SCPI Command :

CONFigure:FDOMain:SQUelch
class SquelchCls[source]

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

get() float[source]
# SCPI: CONFigure:FDOMain:SQUelch
value: float = driver.applications.k18AmplifierEt.configure.fdomain.squelch.get()

For group delay results, defines a level threshold below which the group delay is set to 0. If the group delay does not exceed the threshold, it is ignored altogether.

return

squelch_level: Range: -200 to +200, Unit: dBm

set(squelch_level: float) None[source]
# SCPI: CONFigure:FDOMain:SQUelch
driver.applications.k18AmplifierEt.configure.fdomain.squelch.set(squelch_level = 1.0)

For group delay results, defines a level threshold below which the group delay is set to 0. If the group delay does not exceed the threshold, it is ignored altogether.

param squelch_level

Range: -200 to +200, Unit: dBm