Click or drag to resize

Fuses Properties

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

The Fuses type exposes the following members.

Properties
  NameDescription
Public propertyAllNames
Array of strings with all Fuse names in the circuit.
Public propertyCount
Number of Fuse objects in active circuit.
Public propertyDelay
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.
Public propertyFirst
Sets the first Fuse active. Returns 0 if no more.
Public propertyidx
Get/set active Fuse by index; index is 1-based: 1..count
Public propertyMonitoredObj
Full name of the circuit element to which the fuse is connected.
Public propertyMonitoredTerm
Terminal number to which the fuse is connected.
Public propertyName
Sets the active Fuse by Name.
Public propertyNext
Sets the next Fuse active. Returns 0 if no more.
Public propertyNormalState
Array of strings indicating the normal state of each phase of the fuse.
Public propertyNumPhases
Number of phases, this fuse.
Public propertyRatedCurrent
Multiplier or actual amps for the TCCcurve object. Defaults to 1.0. Multiply current values of TCC curve by this to get actual amps.
Public propertyState
Array of strings indicating the state of each phase of the fuse.
Public propertySwitchedObj
Full name of the circuit element switch that the fuse controls. Defaults to the MonitoredObj.
Public propertySwitchedTerm
Number of the terminal of the controlled element containing the switch controlled by the fuse.
Public propertyTCCcurve
Name of the TCCcurve object that determines fuse blowing.
Top
See Also