Svector

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:PVTime:MAXimum: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’

  • Usefull_Part_Min: float: No parameter help available

  • Usefull_Part_Max: float: No parameter help available

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

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

Returns special burst power values for the ‘Measure Slot’. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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