InstanceSetRealInputDerivatives Method |
Sets the n-th time derivative of real input variables.
Namespace:
Emulate3D.FMI.V2
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic Status SetRealInputDerivatives(
IVariable[] variables,
int[] order,
double[] values
)
Parameters
- variables
- Type: Emulate3D.FMIIVariable
Input variables. - order
- Type: SystemInt32
The orders of the respective derivative (1 means the first derivative, 0 is not allowed). - values
- Type: SystemDouble
Value of derivatives.
Return Value
Type:
StatusStatus flag.
See Also