Dallocation

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr6g>:ACLR: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’

  • Seg_Reliability: int: Reliability indicator for the segment

  • Nr_Res_Blocks: int: Number of allocated resource blocks

  • Offset_Res_Blocks: int: Offset of the first allocated resource block from the edge of the allocated transmission bandwidth

fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr6g>:ACLR:DALLocation
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.aclr.dallocation.fetch(sEGMent = repcap.SEGMent.Default)

Return the detected allocation for segment <no> in list mode. The result is determined from the last measured slot of the statistical length.

param sEGMent:

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

return:

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