DchType

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:DCHType
class DchTypeCls[source]

DchType commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Seg_Reliability: int: decimal Reliability indicator for the segment

  • Channel_Type: enums.UplinkChannelType: PUSCh | PUCCh

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:DCHType
value: FetchStruct = driver.multiEval.listPy.segment.seMask.dchType.fetch(segment = repcap.Segment.Default)

Return the uplink channel type for segment <no> in list mode. The result is determined from the last measured slot of the statistical length. The individual measurements provide the same result when measuring the same slot. However different statistical lengths can be defined for the measurements so that the measured slots and returned results can differ.

param segment:

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

return:

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