ObserveResultsTransform T  MembersElecNetKit Documentation

The ObserveResultsTransform T  type exposes the following members.
Constructors

  NameDescription
Public methodObserveResultsTransform T 
Back to Top
Methods

  NameDescription
Public methodPostExperimentHook
Processes the network data after the experiment is run. Stores the requested network data in the WatchedElements property.
Public methodPreExperimentHook
Called by a NetworkController before experiment commands are run, providing the IResultsTransform with a chance to measure or manipulate network parameters before experiment.
Back to Top
Properties

  NameDescription
Public propertyChooseElementsStrategy
A function defining the network elements that should be examined.
Public propertyObserveStrategy
A function that returns a value of type T for each element specified by ChooseElementsStrategy.
Public propertyWatchedElements
The data obtained by watching the values specified by ObserveStrategy of the elements specified by ChooseElementsStrategy.
Back to Top
See Also