2027 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
)
  • String
    name
    The name of new added distribution system type
  • phase
    Single or three phase this type is
  • phaseConfig
    Configuration property of given phase
  • Int32
    numWire
    Wire number of this distribution system
  • volLineToLine
    Type of line to line voltage in this system
  • volLineToGround
    Type of line to ground voltage in this system
Return Value DistributionSysType New added distribution system type object.
  • The name can't be, 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.