DifferenceTransform PostExperimentHook Method ElecNetKit Documentation
Subtracts old bus voltage magnitudes from new bus voltage magnitudes. Note that this will screw around with the phases due to subtraction of magnitudes, not of complex vectors.

Namespace: ElecNetKit.Transform
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public void PostExperimentHook(
	NetworkModel Network
)

Implements

IResultsTransform PostExperimentHook(NetworkModel)
See Also