PerturbAndObserveRunner TObserve  PerturbElementValuesSelector Property ElecNetKit Documentation
A function that, given a NetworkElement that is to be perturbed, should select a set of values that will be used as the parameters to the format strings given by PerturbCommands.

Namespace: ElecNetKit.Sensitivities
Assembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
Syntax

public Func<NetworkElement, Object[]> PerturbElementValuesSelector { get; set; }
See Also