|
| IFuses (dss::APIUtil *util) |
|
strings | AllNames () |
| Array of strings with all Fuse names in the circuit.
|
|
int32_t | Count () |
| Number of Fuse objects in active circuit.
|
|
int32_t | First () |
| Sets the first Fuse active. More...
|
|
string | Name () |
| Get the name of the current active Fuse.
|
|
IFuses & | Name (const char *value) |
| Sets the active Fuse by Name.
|
|
IFuses & | Name (const string &value) |
|
int32_t | Next () |
| Sets the next Fuse active. More...
|
|
int32_t | idx () |
| Get active Fuse by index; index is 1-based: 1..count.
|
|
void | idx (int32_t value) |
| Get active Fuse by index; index is 1-based: 1..count.
|
|
void | Close () |
| Close all phases of the fuse.
|
|
bool | IsBlown () |
| Current state of the fuses. More...
|
|
void | Open () |
| Manual opening of all phases of the fuse.
|
|
void | Reset () |
| Reset fuse to normal state.
|
|
double | Delay () |
| A fixed delay time in seconds added to the fuse blowing time determined by the TCC curve. More...
|
|
IFuses & | Delay (double value) |
|
string | MonitoredObj () |
| Full name of the circuit element to which the fuse is connected.
|
|
IFuses & | MonitoredObj (const char *value) |
|
IFuses & | MonitoredObj (const string &value) |
|
int32_t | MonitoredTerm () |
| Terminal number to which the fuse is connected.
|
|
IFuses & | MonitoredTerm (int32_t value) |
|
int32_t | NumPhases () |
| Number of phases, this fuse.
|
|
double | RatedCurrent () |
| Multiplier or actual amps for the TCCcurve object. More...
|
|
IFuses & | RatedCurrent (double value) |
|
string | SwitchedObj () |
| Full name of the circuit element switch that the fuse controls. More...
|
|
IFuses & | SwitchedObj (const char *value) |
|
IFuses & | SwitchedObj (const string &value) |
|
int32_t | SwitchedTerm () |
| Number of the terminal of the controlled element containing the switch controlled by the fuse.
|
|
IFuses & | SwitchedTerm (int32_t value) |
|
string | TCCcurve () |
| Name of the TCCcurve object that determines fuse blowing.
|
|
IFuses & | TCCcurve (const char *value) |
|
IFuses & | TCCcurve (const string &value) |
|
strings | State () |
| Array of strings indicating the state of each phase of the fuse.
|
|
IFuses & | State (const strings &value) |
|
strings | NormalState () |
| Array of strings indicating the normal state of each phase of the fuse.
|
|
IFuses & | NormalState (const strings &value) |
|
| ContextState (APIUtil *util) |
|