You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Modelica.Blocks.Discrete.UnitDelay does not delay the input as described in its documents.
Given an example model as below, where the unitDelay_MSL is the delay block from MSL and the unitDelay_Corrected is the one with correction.
It has the results as:
The unitDelay_MSL.y is the same as the output from the sampling block, while the unitDelay_Corrected .y is the expected one.
The text was updated successfully, but these errors were encountered:
The
Modelica.Blocks.Discrete.UnitDelay
does not delay the input as described in its documents.Given an example model as below, where the
unitDelay_MSL
is the delay block from MSL and theunitDelay_Corrected
is the one with correction.It has the results as:
The
unitDelay_MSL.y
is the same as the output from the sampling block, while theunitDelay_Corrected .y
is the expected one.The text was updated successfully, but these errors were encountered: