Skip to content
Snippets Groups Projects
Commit c614993d authored by Olivier Sauter's avatar Olivier Sauter
Browse files

update help

parent 27aeaea2
No related branches found
No related tags found
1 merge request!4Feature/testsuite
Pipeline #13951 passed
......@@ -15,9 +15,10 @@ function [gdat_data,gdat_params,error_status,varargout] = gdat(shot,data_request
% data_request: keyword (like 'ip') or trace name or structure containing all parameters but shot number
% varargin{i},varargin{i+1},i=1:nargin-2: additional optional parameters given in pairs: param_name, param_value
% The optional parameters list might depend on the data_request
% examples of optional parameters:
% 'plot',1 (plot is set by default to 0)
% 'machine','TCV' (the default machine is the local machine)
% examples of optional parameters:
% 'doplot',1 (plot is set by default to 0)
% 'machine','TCV' (the default machine is the local machine)
% 'error_if_empty': 0 (no warning nor error if data is empty); 1 (warning if empty, default); 2 (error if empty)
%
% Outputs:
%
......@@ -91,7 +92,6 @@ if nargin>2
end
end
end
fusion_machine_defaultname=getenv('FUSION_MACHINE_DEFAULTNAME');
default_machine = 'tcv';
if ~isempty(fusion_machine_defaultname)
......
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