Determines time of global minimum or maximum of specified scalar calculation. Determination is performed within interval list using Sampling and Convergence parameters.
Calculation | The scalar calculation. |
Convergence | A Convergence definition, which uses time tolerance to determine when time of extremum is found. |
CustomTimeLimits | A custom interval list or a single interval. By default it is set to overall availability of host object. This determines time limits within which global minimum or maximum is 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. |
Sampling | A 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 | Determines if computed time of extremum is saved/loaded, otherwise it is recomputed on load if necessary. |
UseCustomTimeLimits | Indicate whether to use specified custom time limits (see CustomTimeLimits). |
Implemented Interface |
---|
IAgCrdnEvent |
IAgCrdn |
Create and configure extremum event.
[C#] | ||
---|---|---|
|
Create and configure extremum event.
[Visual Basic .NET] | ||
---|---|---|
|