NetworkController PropertiesElecNetKit Documentation
The NetworkController type exposes the following members.
Properties

  NameDescription
Public propertyCacheNetwork
A flag indicating, if set, that the NetworkController should only ever obtain the pre-experiment network from the simulator once. Default value is true.
Public propertyExperimentDriver
The particular experiment that will be applied to the network.
Public propertyNetwork
The simulated network. Only avaiable once Execute() has been called.
Public propertyNetworkFilename
The filename corresponding to a stored network model. The network model should define the network but not (necessarily) solve anything.
Public propertyResultsTransformer
The IResultsTransform to be used in the experiment.
Back to Top
See Also