Current

SCPI Command :

FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:PHD:CURRent
class CurrentCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’ In list mode, a zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.

  • Return_Code: int: Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see previous parameter.

  • Phd: List[float]: Comma-separated list of phase discontinuity results, one value per slot. The list contains results for the indicated segment no. If another measurement has been enabled for a segment, but the phase discontinuity measurement is disabled, NCAPs are returned for that segment.

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:PHD:CURRent
value: FetchStruct = driver.wcdmaMeas.multiEval.listPy.segment.phd.current.fetch(segment = repcap.Segment.Default)

Returns the phase discontinuity vs. slot results for segment <no> in list mode. Each value indicates the phase discontinuity at the boundary between the slot and the previous slot. If the slot or the previous slot is not measured, NCAP is returned.

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.