Get the nominal values of the continuous states.
values = fmiGetNominalContinuousStates(instance)
tlist, an instance of a model.
real vector, nominal continuous states.
fmiGetNominalContinuousStates is the function which returns the nominal values of the continuous states.
This function should always be called after fmiInitialize,
and if eventInfo->stateValueReferencesChanged = fmiTrue in fmiEventUpdate,
since then the association of the continuous states to variables has changed and therefore also their nominal values.
If the FMU does not have any information about the nominal value of a continuous state, a nominal value values[i] = 1.0 will be returned.