Cc<CarrierComponent>

RepCap Settings

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

SCPI Command :

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

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

fetch(xvalue: int, deltaMarker=DeltaMarker.Default, carrierComponent=CarrierComponent.Default) float[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:DMARker<No>:PMONitor:CC<Nr>
value: float = driver.lteMeas.multiEval.dmarker.pmonitor.cc.fetch(xvalue = 1, deltaMarker = repcap.DeltaMarker.Default, carrierComponent = repcap.CarrierComponent.Default)

Uses the markers 1 and 2 with relative values on the power monitor trace.

Suppressed linked return values: reliability

param xvalue:

(integer or boolean) X-value of the marker position relative to the x-value of the reference marker (in subframes)

param deltaMarker:

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

param carrierComponent:

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

return:

yvalue: Y-value of the marker position relative to the y-value of the reference marker

Cloning the Group

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