CarrierAggregation

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:CAGGregation:LLOCation
class CarrierAggregationCls[source]

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

get_llocation() CarrAggrLocalOscLocation[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:CAGGregation:LLOCation
value: enums.CarrAggrLocalOscLocation = driver.configure.lteMeas.multiEval.modulation.carrierAggregation.get_llocation()

Specifies the UE transmitter architecture (local oscillator location) used for contiguous carrier aggregation.

return:

value: CACB: Center of aggregated channel bandwidth CECC: Center of each component carrier

set_llocation(value: CarrAggrLocalOscLocation) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:CAGGregation:LLOCation
driver.configure.lteMeas.multiEval.modulation.carrierAggregation.set_llocation(value = enums.CarrAggrLocalOscLocation.AUTO)

Specifies the UE transmitter architecture (local oscillator location) used for contiguous carrier aggregation.

param value:

CACB: Center of aggregated channel bandwidth CECC: Center of each component carrier