Click or drag to resize

VariableNamingConvention Enumeration

Defines how variables have been constructed.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public enum VariableNamingConvention
Members
  Member nameValueDescription
Flat0 Name is a normalized string.
Structured1 Names are hierarchical using "." as a separator between hierarchies. A name consists of "_", letters and digits or may consist of any characters enclosed in single apostrophes. A name may identify an array element on every hierarchical level using "[...]" to identify the respective array index. A derivative of a variable is defined with "der(name)" for the first time derivative and "der(name,N)" for the N-th derivative.
See Also