SndRatio

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SNDRatio
class SndRatioCls[source]

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

class SndRatioStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Enables or disables the limit check.

  • Lower: float: Lower limit Range: 0.00 dB to 140.00 dB, Unit: dB

  • Upper: float: Upper limit Range: 0.00 dB to 140.00 dB, Unit: dB

get() SndRatioStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SNDRatio
value: SndRatioStruct = driver.configure.afRf.measurement.multiEval.limit.voip.sndRatio.get()

Configures limits for all SNR results, measured via the VoIP input path. SNR results include S/N, (S+N) /N and (S+N+D) /N.

return:

structure: for return value, see the help for SndRatioStruct structure arguments.

set(enable: bool, lower: float, upper: float = None) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SNDRatio
driver.configure.afRf.measurement.multiEval.limit.voip.sndRatio.set(enable = False, lower = 1.0, upper = 1.0)

Configures limits for all SNR results, measured via the VoIP input path. SNR results include S/N, (S+N) /N and (S+N+D) /N.

param enable:

OFF | ON Enables or disables the limit check.

param lower:

Lower limit Range: 0.00 dB to 140.00 dB, Unit: dB

param upper:

Upper limit Range: 0.00 dB to 140.00 dB, Unit: dB