Dallocation

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:DALLocation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Seg_Reliability: int: Reliability indicator for the segment

  • 3 Nr_Res_Blocks: int: Number of allocated resource blocks

  • 4 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]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:DALLocation
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.seMask.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.

Parameters:

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

Returns:

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