IExperimentor Experiment Method ElecNetKit Documentation
Examines the network model and issues commands in order to manipulate or experiment upon the network model. Called by Execute .

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

List<string> Experiment(
	NetworkModel Network
)

Return Value

A list of simulator-specific commands to be fed into the simulator by the associated NetworkController.
See Also