ThdNoise

SCPI Command:

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

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

class ThdNoiseStruct[source]

Response structure. Fields:

  • Enable_Left: bool: OFF | ON Enables or disables the limit check for the left SPDIF channel

  • Upper_Left: float: Upper THD+N limit for the left SPDIF channel Range: 0.001 % to 100 %, Unit: %

  • Enable_Right: bool: OFF | ON Enables or disables the limit check for the right SPDIF channel

  • Upper_Right: float: Upper THD+N limit for the right SPDIF channel Range: 0.001 % to 100 %, Unit: %

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

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

return:

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

set(enable_left: bool, upper_left: float, enable_right: bool, upper_right: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:SIN:THDNoise
driver.configure.afRf.measurement.multiEval.limit.spdif.thdNoise.set(enable_left = False, upper_left = 1.0, enable_right = False, upper_right = 1.0)

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

param enable_left:

OFF | ON Enables or disables the limit check for the left SPDIF channel

param upper_left:

Upper THD+N limit for the left SPDIF channel Range: 0.001 % to 100 %, Unit: %

param enable_right:

OFF | ON Enables or disables the limit check for the right SPDIF channel

param upper_right:

Upper THD+N limit for the right SPDIF channel Range: 0.001 % to 100 %, Unit: %