PerturbAndObserveRunner TObserve  PerturbCommands Property ElecNetKit Documentation
A set of commands that should be run on the network. These commands will be used as a parameter to OnlineFormat(String,  Object ), and as such, should be in format-string notation. The corresponding values to fill in the parameters in these commands will be supplied by PerturbElementValuesSelector.

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

public IEnumerable<string> PerturbCommands { get; set; }
See Also