Ttolerance

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:TTOLerance
class TtoleranceCls[source]

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

class TtoleranceStruct[source]

Response structure. Fields:

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

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

get() TtoleranceStruct[source]
# SCPI: 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.

return:

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]
# SCPI: 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.

param test_tol_sub_4_ghz:

Test tolerance for center frequencies ≤ 4 GHz

param test_tol_sub_6_gh_z:

Test tolerance for center frequencies 4 GHz