ICallbackCycle.SetControlVariableValue

Syntax

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

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.

Example

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

See also:

ICallbackCycle