Click or drag to resize

WireData Class

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

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

Inheritance Hierarchy

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

The WireData type exposes the following members.

Constructors
  NameDescription
Public methodWireData
Initializes a new instance of the WireData class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all WireData names in the circuit.
Public propertyCapRadius
Equivalent conductor radius for capacitance calcs. Specify this for bundled conductors. Defaults to same value as radius.
Public propertyCount
Number of WireData objects in active circuit.
Public propertyDiameter
Public propertyEmergAmps
Emergency ampere rating
Public propertyFirst
Sets the first WireData active. Returns 0 if no more.
Public propertyGMRac
Public propertyGMRUnits
Public propertyidx
Get/set active WireData by index; index is 1-based: 1..count
Public propertyName
Sets the active WireData by Name.
Public propertyNext
Sets the next WireData active. Returns 0 if no more.
Public propertyNormAmps
Normal Ampere rating
Public propertyRac
Public propertyRadius
Public propertyRadiusUnits
Public propertyRdc
Public propertyResistanceUnits
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
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 methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also