Dallocation

SCPI Command :

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

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Nr_Res_Blocks: int: Number of allocated resource blocks

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

fetch() FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask:DALLocation
value: FetchStruct = driver.nrSubMeas.multiEval.seMask.dallocation.fetch()

Returns the detected allocation for the measured slot.

Returns:

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