Click or drag to resize

DSS_Executive Class

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

[Missing <summary> documentation for "T:dss_sharp.DSS_Executive"]

Inheritance Hierarchy

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public class DSS_Executive : ContextState

The DSS_Executive type exposes the following members.

Constructors
  NameDescription
Public methodDSS_Executive
Initializes a new instance of the DSS_Executive class
Top
Properties
  NameDescription
Public propertyNumCommands
Number of DSS Executive Commands
Public propertyNumOptions
Number of DSS Executive Options
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodCommand
Get i-th command
Public methodCommandHelp
Get help string for i-th command
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.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOption
Get i-th option
Public methodOptionHelp
Get help string for i-th option
Public methodOptionValue
Get present value of i-th option
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also