ISimulator PrepareNetwork Method ElecNetKit Documentation
Signals that the ISimulator should load a network model from filename, ready to be returned as a NetworkModel or experimented upon.

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

void PrepareNetwork(
	string filename
)

Parameters

filename
Type: OnlineSystem String
The filename of the network to prepare.
See Also