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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
5fcc7d35
Commit
5fcc7d35
authored
Jul 1, 2022
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
printMARTe2wgconfig method params fixed
parent
5d7a066e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
classes/SCDclass_expcode.m
+3
-3
3 additions, 3 deletions
classes/SCDclass_expcode.m
with
3 additions
and
3 deletions
classes/SCDclass_expcode.m
+
3
−
3
View file @
5fcc7d35
...
@@ -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
)
...
...
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
sign in
to comment