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

printMARTe2wgconfig method params fixed

parent 5d7a066e
Branches
No related tags found
No related merge requests found
...@@ -460,7 +460,7 @@ methods(Static) ...@@ -460,7 +460,7 @@ methods(Static)
obj.mdscontainer.printMARTe2parconfig(shot); obj.mdscontainer.printMARTe2parconfig(shot);
end end
function printMARTe2wgbusconfig(obj, shot, busname, frequency, varargin) function printMARTe2wgbusconfig(obj, shot, busname, frequency, fid, varargin)
% printMARTe2wgbusconfig(obj, shot, busname, frequency, varargin) % printMARTe2wgbusconfig(obj, shot, busname, frequency, varargin)
% %
% prints cfg file for loading busname Simulink.Bus % prints cfg file for loading busname Simulink.Bus
...@@ -477,7 +477,7 @@ methods(Static) ...@@ -477,7 +477,7 @@ methods(Static)
parse(p,varargin{:}); parse(p,varargin{:});
myddname = p.Results.ddname; myddname = p.Results.ddname;
obj.mdscontainer.printMARTe2wgbusconfig(shot, myddname, busname, frequency); obj.mdscontainer.printMARTe2wgbusconfig(shot, myddname, busname, frequency, fid);
end end
function printparameters(obj) function printparameters(obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment