Dallocation

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask: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: 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() FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask:DALLocation
value: FetchStruct = driver.nrSubMeas.multiEval.seMask.dallocation.fetch()

Returns the detected allocation for the measured slot.

return:

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