Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
76ad90e8
Commit
76ad90e8
authored
2 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
system channels TCL build added
parent
c0cb4c22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
algos/template/mds/algo_template_create_tcl.m
+10
-0
10 additions, 0 deletions
algos/template/mds/algo_template_create_tcl.m
with
10 additions
and
0 deletions
algos/template/mds/algo_template_create_tcl.m
+
10
−
0
View file @
76ad90e8
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment