AtTolerance<EutraBand>

RepCap Settings

# Range: Nr30 .. Nr50
rc = driver.configure.multiEval.limit.seMask.atTolerance.repcap_eutraBand_get()
driver.configure.multiEval.limit.seMask.atTolerance.repcap_eutraBand_set(repcap.EutraBand.Nr30)

SCPI Command :

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

AtTolerance commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: EutraBand, default value after init: EutraBand.Nr30

get(eutraBand=EutraBand.Default) float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:ATTolerance<EUTRAband>
value: float = driver.configure.multiEval.limit.seMask.atTolerance.get(eutraBand = repcap.EutraBand.Default)

Defines additional test tolerances for the emission masks. The tolerance is added to the power values of all general and additional spectrum emission masks. A positive tolerance value relaxes the limits. For operating bands below 3 GHz, there is no additional test tolerance. You can define different additional test tolerances for bands above 3 GHz and for bands above 5 GHz.

param eutraBand:

optional repeated capability selector. Default value: Nr30 (settable in the interface ‘AtTolerance’)

return:

add_test_tol: numeric Additional test tolerance Range: -5 dB to 5 dB, Unit: dB

set(add_test_tol: float, eutraBand=EutraBand.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:ATTolerance<EUTRAband>
driver.configure.multiEval.limit.seMask.atTolerance.set(add_test_tol = 1.0, eutraBand = repcap.EutraBand.Default)

Defines additional test tolerances for the emission masks. The tolerance is added to the power values of all general and additional spectrum emission masks. A positive tolerance value relaxes the limits. For operating bands below 3 GHz, there is no additional test tolerance. You can define different additional test tolerances for bands above 3 GHz and for bands above 5 GHz.

param add_test_tol:

numeric Additional test tolerance Range: -5 dB to 5 dB, Unit: dB

param eutraBand:

optional repeated capability selector. Default value: Nr30 (settable in the interface ‘AtTolerance’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.seMask.atTolerance.clone()