Fuses Properties |
[This is preliminary documentation and is subject to change.]
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.
|