Click or drag to resize

ModelStructureOutputs Property

Ordered list of all outputs, in other words, a list of value references where every corresponding variable must have causality = output (and every variable with causality = output must be listed here).

Namespace:  Emulate3D.FMI.V3.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public IReadOnlyList<Output> Outputs { get; }

Property Value

Type: IReadOnlyListOutput
See Also