ChainExperimentor Experiment Method ElecNetKit Documentation
Obtains simulator-specific experiment commands pertaining to each IExperimentor in order and aggregates them into a single experiment.

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

public List<string> Experiment(
	NetworkModel Network
)

Return Value

A list of simulator-specific experiment commands.

Implements

IExperimentor Experiment(NetworkModel)
See Also