﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4044	Invalid equations in ThermoSysPro.InstrumentationAndControl.Blocks.Discret.FctTrans	anonymous	Martin Sjölund	"According to Modelica spec 3.3.1, section 8.3.5.2 ""Restrictions on Equations within When-Equations"" the equation section
{{{#!mo
  when sample(SampleOffset, SampleInterval) then
    [x; xn] = [x1; pre(x)];
    [u.signal] = transpose([a])*[x1; pre(x)];
    [y.signal] = transpose([zeros(na - nb, 1); b])*[x1; pre(x)];
  end when;
}}}
from ThermoSysPro.InstrumentationAndControl.Blocks.Discret.FctTrans is invalid Modelica."	defect	closed	high	1.16.0	New Instantiation		fixed	ThermoSysPro	
