Determines times of local minimum and/or maximum of specified scalar calculation. Determination is performed within interval list using Sampling and Convergence parameters.
Calculation | The scalar calculation. |
Convergence | The Convergence definition, which uses time tolerance to determine when times of extrema are found. |
CustomTimeLimits | A custom interval list or a single interval. It is by default set to overall availability of host object. This determines time limits within extrema are sought. The time limits will be used if UseCustomTimeLimits is set to true. |
ExtremumType | The extremum type of interest (either minimum or maximum) for scalar calculation. |
IsGlobal | Indicates whether to perform local or global search. The default is false. |
Sampling | The Sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples. |
SaveDataOption | Specify whether computed times of extrema are saved/loaded, otherwise it is recomputed on load if necessary. |
UseCustomTimeLimits | Indicate whether to use specified custom time limits (see CustomTimeLimits). |
Implemented Interface |
---|
IAgCrdnEventArray |
IAgCrdn |
Create and configure extrema event array.
[C#] | ||
---|---|---|
|
Create and configure extrema event array.
[Visual Basic .NET] | ||
---|---|---|
|