ISimulator InterfaceElecNetKit Documentation
Defines an electrical network simulator. Simulators must be able to run textual commands and return network models.

Namespace: ElecNetKit.Simulator
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public interface ISimulator
Examples

For an example implemention, see the ElecNetKit.Engines.OpenDSS assembly.
See Also