Click or drag to resize

Reclosers Class

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

[Missing <summary> documentation for "T:dss_sharp.Reclosers"]

Inheritance Hierarchy

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public class Reclosers : ContextState

The Reclosers type exposes the following members.

Constructors
  NameDescription
Public methodReclosers
Initializes a new instance of the Reclosers class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all Recloser names in the circuit.
Public propertyCount
Number of Recloser objects in active circuit.
Public propertyFirst
Sets the first Recloser active. Returns 0 if no more.
Public propertyGroundInst
Ground (3I0) instantaneous trip setting - curve multipler or actual amps.
Public propertyGroundTrip
Ground (3I0) trip multiplier or actual amps
Public propertyidx
Get/set active Recloser by index; index is 1-based: 1..count
Public propertyMonitoredObj
Full name of object this Recloser to be monitored.
Public propertyMonitoredTerm
Terminal number of Monitored object for the Recloser
Public propertyName
Sets the active Recloser by Name.
Public propertyNext
Sets the next Recloser active. Returns 0 if no more.
Public propertyNormalState
Get/set normal state (ActionCodes.Open=1, ActionCodes.Close=2) of the recloser.
Public propertyNumFast
Number of fast shots
Public propertyPhaseInst
Phase instantaneous curve multipler or actual amps
Public propertyPhaseTrip
Phase trip curve multiplier or actual amps
Public propertyRecloseIntervals
Array of Doubles: reclose intervals, s, between shots.
Public propertyShots
Number of shots to lockout (fast + delayed)
Public propertyState
Get/Set present state of recloser. If set to open (ActionCodes.Open=1), open recloser's controlled element and lock out the recloser. If set to close (ActionCodes.Close=2), close recloser's controlled element and resets recloser to first operation.
Public propertySwitchedObj
Full name of the circuit element that is being switched by the Recloser.
Public propertySwitchedTerm
Terminal number of the controlled device being switched by the Recloser
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodClose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContextHandle
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Public methodReset
Reset recloser to normal state. If open, lock out the recloser. If closed, resets recloser to first operation.
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also