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

Add Expcode.open method to open TCV.slx

parent 665b7419
No related branches found
No related tags found
No related merge requests found
...@@ -550,6 +550,10 @@ classdef SCDclass_expcode ...@@ -550,6 +550,10 @@ classdef SCDclass_expcode
sim('tcv') sim('tcv')
end end
function open(obj)
open('tcv');
end
function build(obj) function build(obj)
assert(~isempty(getenv('RTCCODE_LIBPATH')),'RTCCODE_LIBPATH environment variable needs to be defined to compile'); assert(~isempty(getenv('RTCCODE_LIBPATH')),'RTCCODE_LIBPATH environment variable needs to be defined to compile');
SCDconf_setCODEconf('configurationSettingsCODEicc') SCDconf_setCODEconf('configurationSettingsCODEicc')
......
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