Connects a NetworkElement to a single other NetworkElement, with a specified phasing.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
protected static void Connect( NetworkElement elem1, int phase1, NetworkElement elem2, int phase2 )
Parameters
- elem1
- Type: ElecNetKit.NetworkModelling NetworkElement
The first element to connect.
- phase1
- Type:
System Int32
The phase of the first element to connect.
- elem2
- Type: ElecNetKit.NetworkModelling NetworkElement
The second element to connect.
- phase2
- Type:
System Int32
The phase of the second element to connect.
See Also