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

mdspar loading command back to mdsvalueraw

parent c417b0b1
No related branches found
No related tags found
No related merge requests found
...@@ -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('mdsvalueraw(''%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
......
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