Squelch

SCPI Command :

CONFigure:FDOMain:SQUelch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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.

Returns:

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

set(squelch_level: float) None[source]
# 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.

Parameters:

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