Parser Methods |
[This is preliminary documentation and is subject to change.]
The Parser type exposes the following members.
Name | Description | |
---|---|---|
CheckForError | (Inherited from ContextState.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContextHandle |
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Matrix |
Use this property to parse a Matrix token in OpenDSS format. Returns square matrix of order specified. Order same as default Fortran order: column by column.
| |
MemberwiseClone | (Inherited from Object.) | |
ResetDelimiters | ||
SymMatrix |
Use this property to parse a matrix token specified in lower triangle form. Symmetry is forced.
| |
ToString | (Inherited from Object.) | |
Vector |
Returns token as array of doubles. For parsing quoted array syntax.
|