Dallocation

SCPI Command :

FETCh:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>]: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 bandwidth part

fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>]:MODulation:DALLocation
value: FetchStruct = driver.nrMmwMeas.multiEval.cc.modulation.dallocation.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the allocation for the measured slot, for carrier <no>.

param carrierComponent:

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

return:

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