altdss.TransformerExtras
#
Module Contents#
Classes#
API#
- class altdss.TransformerExtras.TransformerObjMixin#
- LossesByType() altdss.types.ComplexArray #
Complex array with the losses by type (total losses, load losses, no-load losses), in VA
- WindingCurrents() altdss.types.ComplexArray #
All Winding currents (ph1, wdg1, wdg2,… ph2, wdg1, wdg2 …)
WARNING: If the transformer has open terminal(s), results may be wrong, i.e. avoid using this in those situations. For more information, see dss-extensions/dss-extensions#24
- WindingVoltages(winding: int) altdss.types.ComplexArray #
Complex array of voltages for a target winding
WARNING: If the transformer has open terminal(s), results may be wrong, i.e. avoid using this in those situations. For more information, see dss-extensions/dss-extensions#24