Click or drag to resize

InstanceGetOutputDerivatives Method

Get output derivatives.

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status GetOutputDerivatives(
	IVariable[] variables,
	int[] orders,
	out double[] values
)

Parameters

variables
Type: Emulate3D.FMIIVariable
Variables whose derivatives shall be retrieved.
orders
Type: SystemInt32
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
Type: SystemDouble
The serialized values of the derivatives.

Return Value

Type: Status
Status flag.
See Also