Ttolerance

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask: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_3_Ghz: float: Test tolerance for center frequencies ≤ 3 GHz

  • Test_Tol_Sub_4_Ghz: float: Test tolerance for center frequencies 3 GHz and ≤ 4.2 GHz

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

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

Defines the test tolerance for spectrum emission masks, depending on the center frequency.

return:

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

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

Defines the test tolerance for spectrum emission masks, depending on the center frequency.

param test_tol_sub_3_ghz:

Test tolerance for center frequencies ≤ 3 GHz

param test_tol_sub_4_ghz:

Test tolerance for center frequencies 3 GHz and ≤ 4.2 GHz

param test_tol_sub_6_gh_z:

Test tolerance for center frequencies 4.2 GHz