Block that exchanges data with a Python function that does not need to pass an object from one call to the next.
For each element in the input vector uR[nDblWri]
,
the value of the flag flaDblWri[nDblWri]
determines whether
the current value, the average over the sampling interval or the integral
over the sampling interval is sent to Python. The following three options are allowed:
flaDblWri[i] | Value sent to Python |
0 | Current value of uR[i] |
1 | Average value of uR[i] over the sampling interval |
2 | Integral of uR[i] over the sampling interval |
If the function needs to pass an object from one invocation to the
next, set passPythonObject = true
.
Otherwise, leave it at its default value passPythonObject = false
.
firstTrigger(fixed=true, start=false)
to avoid a
warning about unspecified initial conditions if
Buildings.Obsolete.Utilities.IO.Python27.Examples.KalmanFilter
is translated
using pedantic mode in Dymola 2016.
This is for
#426.
algorithm
to equation
section
and assigned start values to avoid a translation warning in
Dymola.