Cc<CarrierComponent>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.lteMeas.multiEval.trace.pmonitor.cc.repcap_carrierComponent_get()
driver.lteMeas.multiEval.trace.pmonitor.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:PMONitor:CC<Nr>
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:PMONitor:CC<Nr>
class CcCls[source]

Cc commands group definition. 2 total commands, 0 Subgroups, 2 group commands Repeated Capability: CarrierComponent, default value after init: CarrierComponent.Nr1

fetch(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:PMONitor:CC<Nr>
value: List[float] = driver.lteMeas.multiEval.trace.pmonitor.cc.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the power monitor results for all captured CC<no> subframes.

Suppressed linked return values: reliability

param carrierComponent:

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

return:

power: Comma-separated list of power values, one value per subframe

read(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:PMONitor:CC<Nr>
value: List[float] = driver.lteMeas.multiEval.trace.pmonitor.cc.read(carrierComponent = repcap.CarrierComponent.Default)

Returns the power monitor results for all captured CC<no> subframes.

Suppressed linked return values: reliability

param carrierComponent:

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

return:

power: Comma-separated list of power values, one value per subframe

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.lteMeas.multiEval.trace.pmonitor.cc.clone()