ICallbackCycle.SetControlVariableValue

Fore Syntax

SetControlVariableValue(VariableNumber: Integer; TimeMoment: Integer; Value: Double): Variant;

Fore.NET Syntax

SetControlVariableValue(VariableNumber: integer; TimeMoment: integer; Value: double): object;

Parameters

EquationNumber. Index of equation containing variable.

TimeMoment. Current variable point.

Value. Variable value.

Description

The SetControlVariableValue method sets the value of controlling variable.

Comments

Use the ICallbackCycle.GetTermValue method to get the phase variable value.

Fore and Fore.NET Examples

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

See also:

ICallbackCycle