AtTolerance

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:ATTolerance
class AtToleranceCls[source]

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

class AtToleranceStruct[source]

Response structure. Fields:

  • Tol_2330: float: Test tolerance for carrier frequencies ≥ 23.45 GHz and ≤ 32.125 GHz

  • Tol_3040: float: Test tolerance for carrier frequencies 32.125 GHz and ≤ 40.8 GHz

get() AtToleranceStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:ATTolerance
value: AtToleranceStruct = driver.configure.nrMmwMeas.multiEval.limit.seMask.atTolerance.get()

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

return:

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

set(tol_2330: float, tol_3040: float) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:ATTolerance
driver.configure.nrMmwMeas.multiEval.limit.seMask.atTolerance.set(tol_2330 = 1.0, tol_3040 = 1.0)

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

param tol_2330:

Test tolerance for carrier frequencies ≥ 23.45 GHz and ≤ 32.125 GHz

param tol_3040:

Test tolerance for carrier frequencies 32.125 GHz and ≤ 40.8 GHz