Name

variableDef — Defines signals used in DAVE-ML model

Attributes

  • name - the name of the signal being defined
  • varID - an internal, document-unique XML name for the signal
  • units - the units of the signal
  • axisSystem (optional) - the axis in which the signal is measured
  • sign (optional) - the sign convention for the signal, if any
  • alias (optional) - possible alias name (facility specific) for the signal
  • symbol (optional) - UNICODE symbol for the signal
  • initialValue (optional) - an initial and possibly constant numeric value for the signal

Description

variableDef elements provide wiring information - that is, they identify the input and output signals used by these function blocks. They also provide MathML content markup to indicate any calculation required to arrive at the value of the variable, using other variables as inputs. The variable definition can include statistical information regarding the uncertainty of the values which it might take on, when measured after any calculation is performed.

Possible parents

DAVEfunc
bounds