Ttolerance
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:TTOLerance
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class TtoleranceStruct[source]
Response structure. Fields:
1 Test_Tol_Sub_3_Ghz: float: Test tolerance for center frequencies ≤ 3 GHz
2 Test_Tol_Sub_4_Ghz: float: Test tolerance for center frequencies 3 GHz and ≤ 4.2 GHz
3 Test_Tol_Sub_6_Gh_Z: float: Test tolerance for center frequencies 4.2 GHz
- get() TtoleranceStruct[source]
# 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.
- Returns:
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]
# 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.
- Parameters:
test_tol_sub_3_ghz – Test tolerance for center frequencies ≤ 3 GHz
test_tol_sub_4_ghz – Test tolerance for center frequencies 3 GHz and ≤ 4.2 GHz
test_tol_sub_6_gh_z – Test tolerance for center frequencies 4.2 GHz