ThdNoise

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:VOIP:THDNoise
class ThdNoiseCls[source]

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

class ThdNoiseStruct[source]

Response structure. Fields:

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

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

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

Configures limits for the THD+N results, measured via the VoIP input path.

return:

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

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

Configures limits for the THD+N results, measured via the VoIP input path.

param enable:

OFF | ON Enables or disables the limit check

param upper:

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