Click or drag to resize

Parser Methods

[This is preliminary documentation and is subject to change.]

The Parser type exposes the following members.

Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContextHandle
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMatrix
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.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResetDelimiters
Public methodSymMatrix
Use this property to parse a matrix token specified in lower triangle form. Symmetry is forced.
Public methodToString (Inherited from Object.)
Public methodVector
Returns token as array of doubles. For parsing quoted array syntax.
Top
See Also