PowerSystems.jl icon indicating copy to clipboard operation
PowerSystems.jl copied to clipboard

Missing field `ext` in some structures

Open alefcastelli opened this issue 1 year ago • 2 comments

The structures Area, LoadZone and Arc do not have the ext field present. Please add it and check if there are other structures needing this addition.

This will be needed for future package development.

alefcastelli avatar Jan 16 '24 21:01 alefcastelli

Area and LoadZone could have an ext field. I don't think that Arcs need ext.

jd-lara avatar Jan 16 '24 21:01 jd-lara

In case it matters, all components implicitly have an ext through the internal field. You can simply call get_ext(component) and add to it.

daniel-thom avatar Jan 16 '24 22:01 daniel-thom