Currently TransformerCircuits with VOLTAGE control can have control_limits that disagree with the regulated_bus's own voltage_limits. We should either take the tighter of each bound or raise an error, open to opinions about either.
And if we aren't already, we should make sure these (and other) limits are finite, non-negative (depending on control), and ordered.
Currently
TransformerCircuits withVOLTAGEcontrol can havecontrol_limitsthat disagree with theregulated_bus's ownvoltage_limits. We should either take the tighter of each bound or raise an error, open to opinions about either.And if we aren't already, we should make sure these (and other) limits are finite, non-negative (depending on control), and ordered.