Svector

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:LIST: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: List[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: List[int]: decimal Number of measured steps Range: 0 to Statistical Length (integer value)

  • Slot_Info: List[enums.SlotInfo]: No parameter help available

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fetch()FetchStruct[source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:PVTime:CURRent:SVECtor
value: FetchStruct = driver.multiEval.listPy.powerVsTime.current.svector.fetch()

Returns special burst power values in list mode. The values listed below in curly brackets {} are returned for each measured segment: {…}seg 1, {…}seg 2, …, {…}seg n. The position of measured segments within the range of configured segments and their number n is determined by method RsCmwGsmMeas.Configure.MultiEval.ListPy.lrange.

return

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