Connects the 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 void ConnectBetween( int thisElemPhase, NetworkElement elem1, int elem1Phase, NetworkElement elem2, int elem2Phase )
Parameters
- thisElemPhase
- Type:
System Int32
The phase that should be connected.
- elem1
- Type: ElecNetKit.NetworkModelling NetworkElement
The element to connect to this element 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 this element on the other side.
- elem2Phase
- Type:
System Int32
The phase of elem2 that should be connected.
See Also