SetControlVariableValue(VariableNumber: Integer; TimeMoment: Integer; Value: Double): Variant;
EquationNumber. Index of equation containing variable.
TimeMoment. Current variable point.
Value. Variable value.
The SetControlVariableValue method sets the value of controlling variable.
Use the ICallbackCycle.GetTermValue method to get the phase variable value.
The method use is given in the example for ICallbackCycle.Execute.
See also: