ICallbackCycle.GetTermValue

Syntax

GetTermValue(EquationNumber: Integer; TimeMoment: Integer): Variant;

Parameters

EquationNumber. Index of equation containing variable.

TimeMoment. Current variable point.

Description

The GetTermValue method is used to get phase variable value.

Comments

Use the ICallbackCycle.SetControlVariableValue method to set value of the controlling variable.

Example

The method use is given in the example for ICallbackCycle.Execute.

See also:

ICallbackCycle