Click or drag to resize

ReduceCkt Class

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

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

Inheritance Hierarchy

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

The ReduceCkt type exposes the following members.

Constructors
  NameDescription
Public methodReduceCkt
Initializes a new instance of the ReduceCkt class
Top
Properties
  NameDescription
Public propertyEditString
Edit String for RemoveBranches functions
Public propertyEnergyMeter
Name of Energymeter to use for reduction
Public propertyKeepLoad
Keep load flag (T/F) for Reduction options that remove branches
Public propertyStartPDElement
Start element for Remove Branch function
Public propertyZmag
Zmag (ohms) for Reduce Option for Z of short lines
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodDo1phLaterals
Public methodDoBranchRemove
Public methodDoDangling
Reduce Dangling Algorithm; branches with nothing connected
Public methodDoDefault
Do Default Reduction algorithm
Public methodDoLoopBreak
Public methodDoParallelLines
Public methodDoShortLines
Do ShortLines algorithm: Set Zmag first if you don't want the default
Public methodDoSwitches
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 methodSaveCircuit
Save present (reduced) circuit Filename is listed in the Text Result interface
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also