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
dff346ef
Commit
dff346ef
authored
5 years ago
by
Federico Felici
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/feature/ITER2025' into feature/addSupervisory
parents
22dd005e
2bc12633
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/classes/SCD.m
+29
-0
29 additions, 0 deletions
code/classes/SCD.m
code/functions/SCDconf_createexpcodes.m
+1
-0
1 addition, 0 deletions
code/functions/SCDconf_createexpcodes.m
with
30 additions
and
0 deletions
code/classes/SCD.m
0 → 100644
+
29
−
0
View file @
dff346ef
classdef
SCD
% main interface class just to get expcode
% E = SCD.load(expcode);
properties
(
Access
=
private
)
E
% expcode
SCDexps
% expcode code container
end
methods
(
Static
)
function
E
=
load
(
expcode
)
% Creating the experimental code container class
SCDexps
=
SCD
.
getexpcodecontainer
();
E
=
SCDexps
.
getbymaincode
(
expcode
);
end
function
help
()
SCDexps
=
SCD
.
getexpcodecontainer
();
SCDexps
.
printexpcodes
;
end
function
list
()
SCD
.
help
;
end
function
SCDexps
=
getexpcodecontainer
()
SCDexps
=
SCDconf_createexpcodes
;
end
end
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
code/functions/SCDconf_createexpcodes.m
+
1
−
0
View file @
dff346ef
...
@@ -15,6 +15,7 @@ SCDexps=SCDexps.insertexpcode(1005, @(x) SCDexpcodeconf_tcvstandard02);
...
@@ -15,6 +15,7 @@ SCDexps=SCDexps.insertexpcode(1005, @(x) SCDexpcodeconf_tcvstandard02);
SCDexps
=
SCDexps
.
insertexpcode
(
10
,
@
(
x
)
SCDexpcodeconf_f4eexample
);
SCDexps
=
SCDexps
.
insertexpcode
(
10
,
@
(
x
)
SCDexpcodeconf_f4eexample
);
SCDexps
=
SCDexps
.
insertexpcode
(
1006
,
@
(
x
)
SCDexpcodeconf_DMmagcontrol
);
SCDexps
=
SCDexps
.
insertexpcode
(
1006
,
@
(
x
)
SCDexpcodeconf_DMmagcontrol
);
SCDexps
=
SCDexps
.
insertexpcode
(
1010
,
@
(
x
)
SCDexpcodeconf_integrated
);
SCDexps
=
SCDexps
.
insertexpcode
(
1010
,
@
(
x
)
SCDexpcodeconf_integrated
);
SCDexps
=
SCDexps
.
insertexpcode
(
2025
,
@
(
x
)
SCDexpcodeconf_LIUQEtester
);
if
nargout
==
0
if
nargout
==
0
% assign output argument in base
% assign output argument in base
...
...
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