Cc<CarrierComponent>

RepCap Settings

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

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:REFMarker: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, carrierComponent=CarrierComponent.Default) float[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:REFMarker:PMONitor:CC<Nr>
value: float = driver.multiEval.referenceMarker.pmonitor.cc.fetch(xvalue = 1, carrierComponent = repcap.CarrierComponent.Default)

Uses the reference marker on the power monitor trace.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

param xvalue:

(integer or boolean) integer Absolute X value of the marker position (subframe number) Range: 0 to 319

param carrierComponent:

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

return:

yvalue: float Absolute Y value of the marker position Unit: dBm

Cloning the Group

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