CktElement Methods |
[This is preliminary documentation and is subject to change.]
The CktElement type exposes the following members.
Name | Description | |
---|---|---|
CheckForError | (Inherited from ContextState.) | |
Close | ||
Controller |
Full name of the i-th controller attached to this element. Ex: str = Controller(2). See NumControls to determine valid index range
| |
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.) | |
IsOpen | ||
MemberwiseClone | (Inherited from Object.) | |
Open | ||
ToString | (Inherited from Object.) | |
Variable |
Value as return and error code in Code parameter. For PCElement, get the value of a variable by name. If Code>0 then no variable by this name or not a PCelement.
| |
VariableByIndex(Int32, Int32) |
Value as return and error code in Code parameter. For PCElement, get the value of a variable by integer index. If Code>0 then no variable by this index or not a PCelement.
| |
VariableByIndex(Int32, Int32, Double) |
Set the Value of a variable by indx if a PCElement. If Code>0 then no variable by this index or not a PCelement.
| |
VariableByName(String, Int32) |
Value as return and error code in Code parameter. For PCElement, get the value of a variable by name. If Code>0 then no variable by this name or not a PCelement.
| |
VariableByName(String, Int32, Double) |
Set the Value of a variable by name if a PCElement. If Code>0 then no variable by this name or not a PCelement.
| |
Variablei |
Value as return and error code in Code parameter. For PCElement, get the value of a variable by integer index. If Code>0 then no variable by this index or not a PCelement.
|