Fuses Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:dss_sharp.Fuses"]
Namespace: dss_sharp
The Fuses type exposes the following members.
Name | Description | |
---|---|---|
AllNames |
Array of strings with all Fuse names in the circuit.
| |
Count |
Number of Fuse objects in active circuit.
| |
Delay |
A fixed delay time in seconds added to the fuse blowing time determined by the TCC curve. Default is 0.
This represents a fuse clear or other delay.
| |
First |
Sets the first Fuse active. Returns 0 if no more.
| |
idx |
Get/set active Fuse by index; index is 1-based: 1..count
| |
MonitoredObj |
Full name of the circuit element to which the fuse is connected.
| |
MonitoredTerm |
Terminal number to which the fuse is connected.
| |
Name |
Sets the active Fuse by Name.
| |
Next |
Sets the next Fuse active. Returns 0 if no more.
| |
NormalState |
Array of strings indicating the normal state of each phase of the fuse.
| |
NumPhases |
Number of phases, this fuse.
| |
RatedCurrent |
Multiplier or actual amps for the TCCcurve object. Defaults to 1.0.
Multiply current values of TCC curve by this to get actual amps.
| |
State |
Array of strings indicating the state of each phase of the fuse.
| |
SwitchedObj |
Full name of the circuit element switch that the fuse controls.
Defaults to the MonitoredObj.
| |
SwitchedTerm |
Number of the terminal of the controlled element containing the switch controlled by the fuse.
| |
TCCcurve |
Name of the TCCcurve object that determines fuse blowing.
|
Name | Description | |
---|---|---|
CheckForError | (Inherited from ContextState.) | |
Close |
Close all phases of the fuse.
| |
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.) | |
IsBlown |
Current state of the fuses. TRUE if any fuse on any phase is blown. Else FALSE.
| |
MemberwiseClone | (Inherited from Object.) | |
Open |
Manual opening of all phases of the fuse.
| |
Reset |
Reset fuse to normal state.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
apiutil | (Inherited from ContextState.) | |
ctx | (Inherited from ContextState.) |