ThDistortion

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:AIN<Nr>:THDistortion
class ThDistortionCls[source]

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

class ThDistortionStruct[source]

Response structure. Fields:

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

  • Upper: float: Upper THD limit Range: 0 % to 100 %, Unit: %

get(audioInput=AudioInput.Default) ThDistortionStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:AIN<Nr>:THDistortion
value: ThDistortionStruct = driver.configure.afRf.measurement.multiEval.limit.audioInput.thDistortion.get(audioInput = repcap.AudioInput.Default)

Configures a limit for the THD results, measured via an AF input path.

param audioInput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioInput’)

return:

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

set(enable: bool, upper: float, audioInput=AudioInput.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:AIN<Nr>:THDistortion
driver.configure.afRf.measurement.multiEval.limit.audioInput.thDistortion.set(enable = False, upper = 1.0, audioInput = repcap.AudioInput.Default)

Configures a limit for the THD results, measured via an AF input path.

param enable:

OFF | ON Enables or disables the limit check

param upper:

Upper THD limit Range: 0 % to 100 %, Unit: %

param audioInput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioInput’)