ThDistortion

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation: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.001 % to 100 %, Unit: %

get() ThDistortionStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:THDistortion
value: ThDistortionStruct = driver.configure.afRf.measurement.multiEval.limit.demodulation.thDistortion.get()

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

return:

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

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

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

param enable:

OFF | ON Enables or disables the limit check

param upper:

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