AnalyticalTransformerData.SecondaryDistributionSystem
Property
Description:
The secondary distribution system of the analytical transformer.
The secondary distribution system of the analytical transformer.
Remarks:
In the case of a transformer, it's crucial that the number of phases in the secondary distribution system matches that of the primary distribution system. If the number of phases in the secondary system is set to be different from that of the primary distribution system, it will result in a 'SecondaryNumOfPhasesNotEqualWithPrimary' error. If you anticipate this discrepancy, you can avoid the error by first setting the secondary distribution system to InvalidElementId, and then setting the primary distribution system.
In the case of a transformer, it's crucial that the number of phases in the secondary distribution system matches that of the primary distribution system. If the number of phases in the secondary system is set to be different from that of the primary distribution system, it will result in a 'SecondaryNumOfPhasesNotEqualWithPrimary' error. If you anticipate this discrepancy, you can avoid the error by first setting the secondary distribution system to InvalidElementId, and then setting the primary distribution system.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The id is neither a distribution system id nor InvalidElementId. -or- When setting this property: The secondary distribution system id can't be set to the analytical transformer. |
ArgumentNullException | When setting this property: A non-optional argument was null |