Connect a NetworkElement between two other NetworkElements, with a specific phasing.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
protected static void ConnectBetween( NetworkElement thisElem, int thisElemPhase, NetworkElement elem1, int elem1Phase, NetworkElement elem2, int elem2Phase )
Parameters
- thisElem
- Type: ElecNetKit.NetworkModelling NetworkElement
The element to connect in between the other two elements.
- thisElemPhase
- Type:
System Int32
The phase of thisElem that should be connected.
- elem1
- Type: ElecNetKit.NetworkModelling NetworkElement
The element to connect to thisElem on one side.
- elem1Phase
- Type:
System Int32
The phase of elem1 that should be connected.
- elem2
- Type: ElecNetKit.NetworkModelling NetworkElement
The element to connect to thisElem on the other side.
- elem2Phase
- Type:
System Int32
The phase of elem2 that should be connected.
See Also