ElectricalSetting.AddWireType
Description:
Add a new wire type to project.
Add a new wire type to project.
Remarks:
Parameter of temperatureRating should be retrieved from parameter of materialType, and parameters such as insulation and maxSize should be retrieved from temperatureRating. otherwise, this add operation is most likely to fail.
Parameter of temperatureRating should be retrieved from parameter of materialType, and parameters such as insulation and maxSize should be retrieved from temperatureRating. otherwise, this add operation is most likely to fail.
public WireType AddWireType(
string name,
WireMaterialType materialType,
TemperatureRatingType temperatureRating,
InsulationType insulation,
WireSize maxSize,
double neutralMultiplier,
bool neutralRequired,
NeutralMode neutralMode,
WireConduitType conduit
)
-
nameName of the new wire type.
-
materialTypeWire material of new wire type.
-
temperatureRatingTemperature rating type information of new wire type.
-
insulationInsulation of new wire type.
-
maxSizeMax wire size of new wire type.
-
neutralMultiplierNeutral multiplier of new wire type.
-
neutralRequiredSpecify whether neutral point is required.
-
neutralModeSpecify neutral mode.
-
conduitConduit type of new wire type.