Rsquelch

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:SOTime
CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:LVLTolerance
CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:EXTent
class RsquelchCls[source]

Rsquelch commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_extent() SearchExtent[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:EXTent
value: enums.SearchExtent = driver.configure.afRf.measurement.searchRoutines.rsquelch.get_extent()

Defines the extent of the ‘RX Squelch’ search routine measurement.

return:

search_extent: FULL | OFFLevel | ONLevel FULL Determines the squelch switch-on level and switch-off level. OFFLevel Determines the squelch switch-off level. ONLevel Determines the squelch switch-on level.

get_lvl_tolerance() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:LVLTolerance
value: float = driver.configure.afRf.measurement.searchRoutines.rsquelch.get_lvl_tolerance()

Defines the maximum deviation from the measured average audio signal level during the ‘Squelch Observation Time’ when the squelch is switched off at the DUT.

return:

tolerance: Unit: dB

get_so_time() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:SOTime
value: float = driver.configure.afRf.measurement.searchRoutines.rsquelch.get_so_time()

Defines the time period for which the audio signal has to be continuously unmuted (or muted) after the DUT has switched off (or on) the squelch. The search routine only returns a positive result for the squelch level if the audio signal quality is detected as continuously high (or low) over that period.

return:

sq_observ_time: Range: 1 s to 20 s, Unit: s

set_extent(search_extent: SearchExtent) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:EXTent
driver.configure.afRf.measurement.searchRoutines.rsquelch.set_extent(search_extent = enums.SearchExtent.FULL)

Defines the extent of the ‘RX Squelch’ search routine measurement.

param search_extent:

FULL | OFFLevel | ONLevel FULL Determines the squelch switch-on level and switch-off level. OFFLevel Determines the squelch switch-off level. ONLevel Determines the squelch switch-on level.

set_lvl_tolerance(tolerance: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:LVLTolerance
driver.configure.afRf.measurement.searchRoutines.rsquelch.set_lvl_tolerance(tolerance = 1.0)

Defines the maximum deviation from the measured average audio signal level during the ‘Squelch Observation Time’ when the squelch is switched off at the DUT.

param tolerance:

Unit: dB

set_so_time(sq_observ_time: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RSQuelch:SOTime
driver.configure.afRf.measurement.searchRoutines.rsquelch.set_so_time(sq_observ_time = 1.0)

Defines the time period for which the audio signal has to be continuously unmuted (or muted) after the DUT has switched off (or on) the squelch. The search routine only returns a positive result for the squelch level if the audio signal quality is detected as continuously high (or low) over that period.

param sq_observ_time:

Range: 1 s to 20 s, Unit: s