SumFormulaToOpenChem
Zur Navigation springen
Zur Suche springen
Zugehörige Evaluatoren
- ChemEvaluator
Beschreibung
Parameter
Die Funktion erwartet einen Parameter.
Die Methode ertwartet eine Zeichenkette(String), die eine Summenformel darstellt.
Rückgabewert
Die Funktion gibt die Summenformel im Syntax des Chemie-Evaluators zurück.
Aufbau
sumFormulaToOpenChem(formula)
Hinweise
Beispiel
sumFormulaToOpenChem("NaCl") -> OCOBJ{OCA[OCS<molecule1, atomarray>, OCA[OCS<molecule1, atomarray_element>, OCS<atom, Na>], OCA[OCS<molecule1, atomarray_element>, OCS<atom, Cl>]]}
- Als String: NACl
- In LaTeX:
NaCl
sumFormulaToOpenChem("C2H4ClNO2") -> OCOBJ{OCA[OCS<molecule1, atomarray>, OCA[OCS<molecule1, atomarray_element>, OCS<atom, C>, OCI(2)], OCA[OCS<molecule1, atomarray_element>, OCS<atom, H>, OCI(4)], OCA[OCS<molecule1, atomarray_element>, OCS<atom, Cl>], OCA[OCS<molecule1, atomarray_element>, OCS<atom, N>], OCA[OCS<molecule1, atomarray_element>, OCS<atom, O>, OCI(2)]]}
- Als String: C2H4ClNO2
- In LaTeX:
C2H4ClNO2
sumFormulaToOpenChem("H2O") -> OCOBJ{OCA[OCS<molecule1, atomarray>, OCA[OCS<molecule1, atomarray_element>, OCS<atom, H>, OCI(2)], OCA[OCS<molecule1, atomarray_element>, OCS<atom, O>]]}
- Als String: H2O
- In LaTeX:
H2O