| CellzillaModelToSXML | CelleratorML Home |
Returns the symbolic XML corresponding to the specified Cellzilla Model.
Needs["CelleratorML`"];
Needs["Cellzilla2D`"];
CellzillaModelToSXML[model, options]
returns the Symbolic XML of the model.
Options
Same as SaveCellzillaModel
Example
[ Download as Zipped Mathematica Notebook ]
Implementation Notes
See Also
Normally one would use SaveCellzillaModel to save a model to a file.
The text xml can be obtained with CellzillaModelToXML or by using ExportString[output,"XML"] where xml is the output of CellzillaModelToSXML

