NGM-lpf 一个Modelica模型由model关键字开始,包含变量、方程和注释,最后以end结束。 model SimpleModel Real x; equation x = sin(time); end SimpleModel;