| SSAGet | xSSA Home |
Needs["xSSA`"];
Needs["CelleratorML`"];
Return Value
SSAGet[ ... ]
SSAGet[filename] - reads the specified CelleratorML file.
SSAGet[] - first opens an interactive file dialog to determine the name of the file, and then reads the chosen CelleratorML file.
A summary of the file is printed and the model is returned in the following form:
{"Name" →model name
"Model" → list of reactions
"Parameters"→ list of parameter assignments as a rule list
"InitialConditions"→ Initial conditions as a rule list}
Options
Quiet→False - if True, suppresses printing of messages during input.
Example
Implementation Notes
See Also
SSASave