GetSweepValues

Returns sweep values.

Important:

This is a member function of ISolutionDataResultComInterface object, which is the element of the returned array from function GetSolutionDataPerVariation.

UI Access N/A
Parameters
Name Type Description
<sweepName> String Primary sweep name
<siValue> Boolean True to return SI-value; False to return by GetSweepUnits().
Return Value Array of doubles

 

Python Syntax GetSweepValues(<sweepName>, <siValue>)
Python Example

sweepvalues = oModule.GetSweepValues('Sweep 1', True)

 

VB Syntax GetSweepValues(<sweepName>, <siValue>)
VB Example

dim sweepvalues

sweepvalues = oModule.GetSweepValues("Sweep 1", True)