OpenDSSSimulator PrepareNetwork Method ElecNetKit Documentation
Loads a network from filename, but does not solve.

Namespace: ElecNetKit.Engines
Assembly: ElecNetKit.Engines.OpenDSS (in ElecNetKit.Engines.OpenDSS.dll) Version: 1.1.4771.27371 (1.1.0.0)
Syntax

public void PrepareNetwork(
	string filename
)

Parameters

filename
Type: OnlineSystem String
The filename to load the network from.

Implements

ISimulator PrepareNetwork(String)
See Also