| SaveModel | CelleratorML Home |
Saves a Cellerator model as CelleratorML.
Needs["CelleratorML`"]
Return Value
SaveModel[filename,model,
options]
saves to the specified XML file.
SaveModel[model,options]
writes the xml to the screen.
Options
"Parameters"→{sym→value,sym→value,..}"InitialConditions"→{A→value, B→value,..}
"Frozen"→ - optional list of frozaen species
"Creator"→ - optional developer name
"email"→ - optional developmer email
"WebPage"→ - optional model web page
"SoftwareTool"→ - optional software tools (defaults to CelleratorML)
"Name"→ - Optional Model Name
"Quiet"→False
"Description"→ - Optional text annotation
Example
[ Download as Zipped Mathematica Notebook ]
Implementation Notes
See Also
ModelToXML - for XML only
ModelToSXML - symbolic SXML
