Dallocation
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:MODulation:DALLocation
- Commands in total: 1Subgroups: 0Direct 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, carrierComponent=CarrierComponent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:MODulation:DALLocation value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.cc.modulation.dallocation.fetch(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.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’)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.