Dallocation

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation: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: int: Number of allocated resource blocks

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

fetch() FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:MODulation:DALLocation
value: FetchStruct = driver.lteMeas.multiEval.modulation.dallocation.fetch()

Returns the detected allocation for the measured slot. If the same slot is measured by the individual measurements, all commands yield the same result. If different statistic counts are defined for the modulation, ACLR and spectrum emission mask measurements, different slots can be measured and different results can be returned by the individual commands.

return:

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