Skip to content
Snippets Groups Projects
Commit c340a473 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

rt thomson wrapper added to 1005, prepforsim ongoing

parent e00536df
No related merge requests found
...@@ -31,6 +31,7 @@ classdef SCDclass_node < SCDclass_component ...@@ -31,6 +31,7 @@ classdef SCDclass_node < SCDclass_component
obj.algos = []; obj.algos = [];
obj.ddname = [name,'.sldd']; obj.ddname = [name,'.sldd'];
obj.mdlname = [name,'.slx']; obj.mdlname = [name,'.slx'];
obj.wrappers = [];
% get node-specific configurations % get node-specific configurations
obj = defaultnodeconfig(obj,nodenr); obj = defaultnodeconfig(obj,nodenr);
......
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