when I first load Package.mo in MWORKS, I can't find AC3ph.Inverters . The software information remind me of #701:
"model Error_701
model M1
replaceable Real x "error 701" constrained by B(x = 2) "error 701"; // 约束子句和组件定义同时存在描述信息,错误
end M1;
M1 m(x = time);
end Error_701;
"
so I remove the comment before "constraind" in AC3ph.Inverters.mo and the problem has been solved.
when I first load Package.mo in MWORKS, I can't find AC3ph.Inverters . The software information remind me of #701:
"model Error_701
model M1
replaceable Real x "error 701" constrained by B(x = 2) "error 701"; // 约束子句和组件定义同时存在描述信息,错误
end M1;
M1 m(x = time);
end Error_701;
"
so I remove the comment before "constraind" in AC3ph.Inverters.mo and the problem has been solved.