InstanceGetOutputDerivatives Method |
Get output derivatives.
Namespace: Emulate3D.FMI.V3Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status GetOutputDerivatives(
IVariable[] variables,
int[] orders,
out double[] values
)
Parameters
- variables IVariable
- Variables whose derivatives shall be retrieved.
- orders Int32
- Contains the orders of the respective derivative (1 means the first derivative, 2 means the second derivative, 0 is not allowed).
If multiple derivatives of a variable shall be retrieved, its instance must occur multiple times in variables array, aligned with the corresponding orders array.
- values Double
- The serialized values of the derivatives.
Return Value
StatusStatus flag.
See Also