2024 Method
Changes 0
M

ElectricalSetting.AddDistributionSysType

Description:
Add a new distribution system type to project.
public DistributionSysType AddDistributionSysType(
	string name,
	ElectricalPhase phase,
	ElectricalPhaseConfiguration phaseConfig,
	int numWire,
	VoltageType volLineToLine,
	VoltageType volLineToGround
)
Return Value DistributionSysType New added distribution system type object.
  • The name can't benullNothingnullptra null reference (Nothingin Visual Basic), empty string, or equal with any existing one, phaseConfig should be defined and numWire can only be 3 or 4 in case of three phase, numWire can only be 2 or 3 in case of single phase, otherwise exception will be thrown.