MathSBML Model Builder: initialAssignmentToSBML
initialAssignmentToSBML[options] returns a <initialAssignment .../> definition.
initialAssignmentToSBML[{{options},{options},...}] returns a <listOfinitialAssignments.../> where each option list corresponds to a single <initialAssignment .../> definition.
initialAssignmentToSymbolicSBML[options] returns Symbolic SBML for a <initialAssignment .../> definition.
New in version 2.6.
initialAssignments are defined starting with SBML Level 2 Version 2.
Options
Options are identical to their SBML fields in the <initialAssignment.../> definition.
| Option |
Default |
Description |
| symbol |
No default |
Mathematical expression giving the initial value of the symbol. |
| math |
No default |
Mathematical expression giving the initial value of the symbol. |
| message |
No default |
Text or html message to print in the event that a initialAssignment is violated during a simulation |
| metaid |
No default |
metaid for this initialAssignment |
| notes |
No default |
notes for this initialAssignment |
| annotation |
No default |
annotation for this initialAssignment |
|
Example
HTML | Mathematica Notebook