Dallocation

SCPI Command :

FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:DALLocation
class DallocationCls[source]

Dallocation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Nr_Res_Blocks: List[int]: Number of allocated resource blocks

  • Offset_Res_Blocks: List[int]: Offset of the first allocated resource block from the edge of the allocated UL transmission bandwidth

fetch(carrierComponentExt=CarrierComponentExt.Default) FetchStruct[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:DALLocation
value: FetchStruct = driver.nrMmwMeas.multiEval.listPy.cc.modulation.dallocation.fetch(carrierComponentExt = repcap.CarrierComponentExt.Default)

Returns the allocation for all measured list mode segments, for carrier <c>. The values apply to 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, …

param carrierComponentExt:

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

return:

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