Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
d07dc2f3
Commit
d07dc2f3
authored
Mar 16, 2017
by
Robert Henzel
Browse files
adapted XML structure for ita_export_newBassyst
parent
8edf6be4
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/DataAudio_IO/private/getDocNode.m
View file @
d07dc2f3
...
...
@@ -11,6 +11,9 @@ versionNode.appendChild...
(
docNode
.
createTextNode
(
xml
.
ActualVersion
));
docRootNode
.
appendChild
(
versionNode
);
optionsNode
=
getOptionsNode
(
docNode
,
bsName
);
docRootNode
.
appendChild
(
optionsNode
);
mainNode
=
docNode
.
createElement
(
xml
.
SaveTypeQuadripole
);
docRootNode
.
appendChild
(
mainNode
);
...
...
@@ -26,10 +29,9 @@ xml = getXMLStrings();
quadMSNode
=
docNode
.
createElement
(
xml
.
QuadripoleMeasured
);
optionsNode
=
getOptionsNode
(
docNode
,
bsName
);
[
freqVecNode
,
transferFunctionNode
,
inputImpedanceNode
]
=
lsData2DomNodes
(
docNode
,
transFunc
,
inputImp
);
quadMSNode
.
appendChild
(
optionsNode
);
quadMSNode
.
appendChild
(
freqVecNode
);
quadMSNode
.
appendChild
(
transferFunctionNode
);
quadMSNode
.
appendChild
(
inputImpedanceNode
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment