2023 Class Back to 2023
C

ElectricalSetting

Version comparison

Members across versions

26 members across 9 versions · 1 added later · 4 removed · 4 changed · 4 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AddDistributionSysType(String, ElectricalPhase, ElectricalPhaseConfiguration, Int32, VoltageType, VoltageType)
same same same same same same same same same
M AddVoltageType(String, Double, Double, Double)
same same same same same same same same same
M AddWireMaterialType(String, WireMaterialType)
same same same same same same same changed missing
M AddWireType(String, WireMaterialType, TemperatureRatingType, InsulationType, WireSize, Double, Boolean, NeutralMode, WireConduitType)
same same same same same same same changed missing
not yet introduced added same same same same same same same
M GetElectricalSettings(Document)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
M RemoveDistributionSysType(DistributionSysType)
same same same same same same same same same
M RemoveVoltageType(VoltageType)
same same same same same same same same same
M RemoveWireMaterialType(WireMaterialType)
same same same same same same same changed missing
M RemoveWireType(WireType)
same same same same same same same same same
M SetSpecificFittingAngleStatus(Double, Boolean)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same changed missing
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2023).
Identical to 2023: 2021, 2022, 2024, 2025, 2025.3
2023 current

Changes in 2026 vs 2023 4 changed

Flip API Versions →

Changed members

ElectricalSetting.AddWireMaterialType(String, WireMaterialType)
No longer obsolete in 2023 (was obsolete in 2026)
name String Name of new material type.
baseMaterial WireMaterialType Specify an existing material type which New material will be constructed based on.
→ returns WireMaterialType New added wire material type object.
ElectricalSetting.AddWireType(String, WireMaterialType, TemperatureRatingType, InsulationType, WireSize, Double, Boolean, NeutralMode, WireConduitType)
No longer obsolete in 2023 (was obsolete in 2026)
name String Name of the new wire type.
materialType WireMaterialType Wire material of new wire type.
temperatureRating TemperatureRatingType Temperature rating type information of new wire type.
insulation InsulationType Insulation of new wire type.
maxSize WireSize Max wire size of new wire type.
neutralMultiplier Double Neutral multiplier of new wire type.
neutralRequired Boolean Specify whether neutral point is required.
neutralMode NeutralMode Specify neutral mode.
conduit WireConduitType Conduit type of new wire type.
→ returns WireType New added wire type object.
ElectricalSetting.RemoveWireMaterialType(WireMaterialType)
No longer obsolete in 2023 (was obsolete in 2026)
materialType WireMaterialType The wire material type to be removed.
ElectricalSetting.WireMaterialTypes()
No longer obsolete in 2023 (was obsolete in 2026)
→ returns WireMaterialTypeSet