Sinad

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:SINad
class SinadCls[source]

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

class SinadStruct[source]

Response structure. Fields:

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

  • Lower: float: Lower SINAD limit Range: 0 dB to 140 dB, Unit: dB

  • Upper: float: Upper SINAD limit Range: 0 dB to 140 dB, Unit: dB

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

Configures limits for the SINAD results, measured via the VoIP input path.

return:

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

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

Configures limits for the SINAD results, measured via the VoIP input path.

param enable:

OFF | ON Enables or disables the limit check

param lower:

Lower SINAD limit Range: 0 dB to 140 dB, Unit: dB

param upper:

Upper SINAD limit Range: 0 dB to 140 dB, Unit: dB