Skip to content
Snippets Groups Projects
Commit 254a9c71 authored by Federico Felici's avatar Federico Felici
Browse files

Update to include gas actuator routing and mem02

parent afabc415
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,13 @@ classdef SCDclass_expcode
'CodeGenFolder',CodeGenFolder,...
'createdir',true);
end
function close_all()
while ~isempty(bdroot)
fprintf('Closing %s\n',bdroot)
close_system(bdroot)
end
end
end
methods
......@@ -582,6 +589,8 @@ classdef SCDclass_expcode
end
end
function sim(obj)
SCDconf_setCODEconf('configurationSettingsCODEicc')
sim('tcv')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment