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
7995df33
Commit
7995df33
authored
4 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
some fixes for the merge request
parent
987986c0
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
code/classes/SCDclass_mdspar.m
+5
-1
5 additions, 1 deletion
code/classes/SCDclass_mdspar.m
with
5 additions
and
1 deletion
code/classes/SCDclass_mdspar.m
+
5
−
1
View file @
7995df33
...
@@ -36,7 +36,7 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
...
@@ -36,7 +36,7 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
unlinked
% unlinked parameter, no actualization will be performed (this is set via an empty MDS source path)
unlinked
% unlinked parameter, no actualization will be performed (this is set via an empty MDS source path)
actualizable
% true if after MDS data retrieval phase the parameter is actualizable
actualizable
% true if after MDS data retrieval phase the parameter is actualizable
overrideshot
% =1 if
biult
with overridden
w
hot number in this case this shot number will be always used during actualization
overrideshot
% =1 if
instantiated
with overridden
s
hot number
,
in this case this shot number will be always used during actualization
overrideshotn
% shot number in case of overridden shot number
overrideshotn
% shot number in case of overridden shot number
end
end
...
@@ -107,6 +107,10 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
...
@@ -107,6 +107,10 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
assert
(
~~
exist
(
'mdsconnect'
,
'file'
),
...
assert
(
~~
exist
(
'mdsconnect'
,
'file'
),
...
'SCD:NoMDS'
,
'mdsconnect not found, are the mds matlab tools installed?'
)
'SCD:NoMDS'
,
'mdsconnect not found, are the mds matlab tools installed?'
)
mdsconnect
(
obj
.
mdsserver
);
mdsconnect
(
obj
.
mdsserver
);
% If the class has been declared with a 'shot' parameter, then
% the shotnumber used for param loading is overridden by this
% parameter, otherwise it is taken from the global shot number
% given to the actualize command
if
obj
.
overrideshot
==
1
if
obj
.
overrideshot
==
1
localshot
=
obj
.
overrideshotn
;
localshot
=
obj
.
overrideshotn
;
else
else
...
...
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