CarrierAggregation

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CAGGregation:OCOMbination
class CarrierAggregationCls[source]

CarrierAggregation commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_ocombination() float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CAGGregation:OCOMbination
value: float or bool = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.get_ocombination()

Defines an upper limit for the occupied bandwidth. The setting applies to all ‘other’ channel bandwidth combinations, not covered by other commands in this chapter.

return:

obw_limit: (float or boolean) No help available

set_ocombination(obw_limit: float) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CAGGregation:OCOMbination
driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.set_ocombination(obw_limit = 1.0)

Defines an upper limit for the occupied bandwidth. The setting applies to all ‘other’ channel bandwidth combinations, not covered by other commands in this chapter.

param obw_limit:

(float or boolean) No help available

Cloning the Group

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

Subgroups