Instantiates a new Bus. This is the single-phase/balanced three-phase
            constructor. Use this only if your model will be used for balanced
            network analysis.
            
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
Parameters
- ID
 - Type: 
System String
The ID of the bus. Should be unique among buses, but does not need to be unique amongst all network elements. 
- Voltage
 - Type: 
System.Numerics Complex
The single-phase absolute voltage of the bus (in Volts). 
- BaseVoltage
 - Type: 
System Double
The single-phase base voltage of the bus (in Volts). 
- Location
 - Type: 
System Nullable 
Point 
The XY coordinates of the bus. Used for graphing the network. 
See Also