| SSASave | xSSA Home |
Needs["xSSA`"];
Needs["CelleratorML`"];
Return Value
SSASave[ ... ]
SSASave[file, model]- saves a model as aCelleratorML file. The model is first converted to Cellerator form before saving
SSASave[model]- first opens an interactive file dialog to determine the name of the file, and then converts and saves the model.
The CelleratorML file can be reread using SSAGet
It can also be read directly into a Cellerator (not SSA) model using CelleratorML`GetModel
Options
"Name" → model name
"Parameters" → list of parameter assignments as a rule list
"InitialConditions" →Initial conditions as a rule list
Example
Implementation Notes
See Also
SSAGet