Svector

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:SEGMent<Segment>:PVTime:CURRent:SVECtor
class Svector[source]

Svector commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘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.

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

  • Statist_Expired: int: decimal Number of measured steps Range: 0 to Statistical Length (integer value)

  • Slot_Info: enums.SlotInfo: No parameter help available

  • Slot_Statistic: bool: ON | OFF ON: Averaging over different burst type OFF: Uniform burst type in the averaging range

  • Out_Of_Tolerance: int: decimal Percentage of measured bursts with failed limit check Range: 0 % to 100 %, Unit: %

  • Usefull_Part_Min: float: No parameter help available

  • Usefull_Part_Max: float: No parameter help available

  • Subvector: List[float]: No parameter help available

fetch(segment=<Segment.Default: -1>)FetchStruct[source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PVTime:CURRent:SVECtor
value: FetchStruct = driver.multiEval.listPy.segment.powerVsTime.current.svector.fetch(segment = repcap.Segment.Default)

Returns special burst power results for segment <no> in list mode.

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.