Ttolerance

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:TTOLerance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class TtoleranceStruct[source]

Response structure. Fields:

  • 1 Test_Tol_Sub_4_Ghz: float: Test tolerance for center frequencies ≤ 4 GHz

  • 2 Test_Tol_Sub_6_Gh_Z: float: Test tolerance for center frequencies 4 GHz

get() TtoleranceStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:TTOLerance
value: TtoleranceStruct = driver.configure.nrSubMeas.multiEval.limit.aclr.ttolerance.get()

Defines the test tolerance for relative ACLR limits, depending on the center frequency.

Returns:

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

set(test_tol_sub_4_ghz: float, test_tol_sub_6_gh_z: float) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:TTOLerance
driver.configure.nrSubMeas.multiEval.limit.aclr.ttolerance.set(test_tol_sub_4_ghz = 1.0, test_tol_sub_6_gh_z = 1.0)

Defines the test tolerance for relative ACLR limits, depending on the center frequency.

Parameters:
  • test_tol_sub_4_ghz – Test tolerance for center frequencies ≤ 4 GHz

  • test_tol_sub_6_gh_z – Test tolerance for center frequencies 4 GHz