Cc<CarrierComponent>

RepCap Settings

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

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:RBATable:CC<Nr>
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:RBATable: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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Channel_Type: List[enums.RbTableChannelType]: PUSCh / PUCCH: for UL slot with RB allocation PSSCh / PSCCh / PSBCh: for SL subframe with RB allocation NONE: UL slot or SL subframe contains no allocated RBs. DL: DL slot (only for TDD UL measurements) SSUB: part of special SF (only for TDD UL measurements)

  • Offset_Rb: List[int]: Offset of first allocated RB for the given channel type

  • No_Rb: List[int]: Number of allocated RBs for the given channel type

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

Returns the information of the CC<no> RB allocation table. See also ‘Square RB Allocation Table’. For uplink measurements, there are three results per captured slot (n = number of captured subframes) : <Reliability>, {<ChannelType>, <OffsetRB>, <NoRB>}slot 1, …, {…}slot (n*2) For sidelink measurements, there are six results per captured subframe (SF) , three for the PSCCH and three for the PSSCH: <Reliability>, {…}SF 1 (PSCCH) , {…}SF 1 (PSSCH) , …, {…}SF n (PSCCH) , {.. .}SF n (PSSCH)

param carrierComponent:

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

return:

structure: for return value, see the help for ResultData structure arguments.

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

Returns the information of the CC<no> RB allocation table. See also ‘Square RB Allocation Table’. For uplink measurements, there are three results per captured slot (n = number of captured subframes) : <Reliability>, {<ChannelType>, <OffsetRB>, <NoRB>}slot 1, …, {…}slot (n*2) For sidelink measurements, there are six results per captured subframe (SF) , three for the PSCCH and three for the PSSCH: <Reliability>, {…}SF 1 (PSCCH) , {…}SF 1 (PSSCH) , …, {…}SF n (PSCCH) , {.. .}SF n (PSSCH)

param carrierComponent:

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

return:

structure: for return value, see the help for ResultData structure arguments.

Cloning the Group

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