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

system channels TCL build added

parent c0cb4c22
No related branches found
No related tags found
No related merge requests found
...@@ -39,3 +39,13 @@ outbussrcpad.template.outputs=outbussrc; ...@@ -39,3 +39,13 @@ outbussrcpad.template.outputs=outbussrc;
[status_out,struct_out_ala_mds,fname_out]=... [status_out,struct_out_ala_mds,fname_out]=...
mds_create_nodes(outbussrcpad,'template_outbus.tcl','scdds','data','full_name','dim','signal') mds_create_nodes(outbussrcpad,'template_outbus.tcl','scdds','data','full_name','dim','signal')
clear outbus outbussrc outbussrcpad clear outbus outbussrc outbussrcpad
%% metadata channels
metach.template.system.ch01=single(0);
metach.template.system.ch02=single(0);
metach.template.system.ch03=single(0);
metach.template.system.ch04=single(0);
[status_out,struct_out_ala_mds,fname_out]=...
mds_create_nodes(metach,'template_system.tcl','scdds','data','full_name','dim','signal')
clear metach
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