The ElecNetKit.Experimentation namespace contains classes that
govern the definition of electrical network simulation experiments.
Classes
| Class | Description | |
|---|---|---|
| ChainExperimentor |
Chains multiple experimentors together. Each sub-experimentor is given
the same initial input network, and should provide commands that will be
run on the network in the order given by Experimentors.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IExperimentor |
Defines an interface for conducting experiments on the network.
|