SnRatio

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SNRatio
class SnRatioCls[source]

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

class SnRatioStruct[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() SnRatioStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SNRatio
value: SnRatioStruct = driver.configure.afRf.measurement.multiEval.limit.voip.snRatio.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 SnRatioStruct structure arguments.

set(enable: bool, lower: float, upper: float = None) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SNRatio
driver.configure.afRf.measurement.multiEval.limit.voip.snRatio.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