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
ced0e70e
Commit
ced0e70e
authored
2 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
mdspar loading command back to mdsvalueraw
parent
c417b0b1
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
classes/SCDclass_mdspar.m
+1
-1
1 addition, 1 deletion
classes/SCDclass_mdspar.m
with
1 addition
and
1 deletion
classes/SCDclass_mdspar.m
+
1
−
1
View file @
ced0e70e
...
@@ -178,7 +178,7 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
...
@@ -178,7 +178,7 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
% TODO: this depends upon selected MATLAB - MDSplus interface
% TODO: this depends upon selected MATLAB - MDSplus interface
% mdsipmex mdsvalueraw to return uncast MDSplus data
% mdsipmex mdsvalueraw to return uncast MDSplus data
% python interface mdsvalue returns incast MDSplus data
% python interface mdsvalue returns incast MDSplus data
obj
=
obj
.
actualizegetcmd
(
'mdsvalue(
''
%s
''
)'
,
shot
);
obj
=
obj
.
actualizegetcmd
(
'mdsvalue
raw
(
''
%s
''
)'
,
shot
);
value
=
eval
(
obj
.
getcommand
);
value
=
eval
(
obj
.
getcommand
);
if
(
~
isnumeric
(
value
)
&&
~
isa
(
obj
,
'SCDclass_mdsparenum'
))
% TODO: better handle this exception
if
(
~
isnumeric
(
value
)
&&
~
isa
(
obj
,
'SCDclass_mdsparenum'
))
% TODO: better handle this exception
...
...
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