Click or drag to resize

Parallel Class

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

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

Inheritance Hierarchy

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

The Parallel type exposes the following members.

Constructors
  NameDescription
Public methodParallel
Initializes a new instance of the Parallel class
Top
Properties
  NameDescription
Public propertyActiveActor
Gets/sets the ID of the Active Actor
Public propertyActiveParallel
(read) Sets ON/OFF (1/0) Parallel features of the Engine (write) Delivers if the Parallel features of the Engine are Active
Public propertyActorCPU
Gets/sets the CPU of the Active Actor
Public propertyActorProgress
Gets the progress of all existing actors in pct
Public propertyActorStatus
Gets the status of each actor
Public propertyConcatenateReports
(read) Reads the values of the ConcatenateReports option (1=enabled, 0=disabled) (write) Enable/Disable (1/0) the ConcatenateReports option for extracting monitors data
Public propertyNumCores
Delivers the number of Cores of the local PC
Public propertyNumCPUs
Delivers the number of CPUs on the current PC
Public propertyNumOfActors
Gets the number of Actors created
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodCreateActor
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.)
Public methodWait
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also