Dallocation
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:DALLocation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Nr_Res_Blocks: List[int]: Number of allocated resource blocks
3 Offset_Res_Blocks: List[int]: Offset of the first allocated resource block from the edge of the allocated transmission bandwidth
- fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:DALLocation value: FetchStruct = driver.nrSubMeas.multiEval.listPy.cc.modulation.dallocation.fetch(carrierComponent = repcap.CarrierComponent.Default)
Return the detected allocation for all measured list mode segments. The result is determined from the last measured slot of the statistical length of a segment. The results are returned as pairs per segment: <Reliability>, {<NrResBlocks>, <OffsetResBlocks>}seg 1, {<NrResBlocks>, <OffsetResBlocks>}seg 2, …
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.