Functional load allows you to model a bus voltage dependent non-linear load
Pload = Pload(0) * [ Const-P-factor + Const-I-factor * Voltage + Const-Z-factor * Voltage^2 ]
Qload = Qload(0) * [ Const-P-factor + Const-I-factor * Voltage + Const-Z-factor * Voltage^2 ]
PV Bus Limit Adjustment allows you to define Qmax and Qmin for a PV Bus. If during the loadflow calculation process, the Q required to support the PV Bus voltage (Vspec) exceeds the limit, the bus will be changed to a PQ Bus with bus Q = Qmax or Qmin.
PQ Bus Limit Adjustment allows you to define Vmax and Vmin for a PQ Bus. If during the loadflow calculation process, the actual bus voltage exceeds the limit, the bus will be changed to a PV Bus with bus Vspec = Vmax or Vmin.
Remote Q Adjustment allows you to use the bus Q to control a remote bus voltage or a remote branch Mva flow. In the above example, the bus Q is used to control Bus-4 voltage at ReVspec = 1.0. If the required Q to support the remote bus voltage exceeds the limit [Qmax, Qmin], the bus will be changed to a PQ bus with Q = Qmax or Qmin.
You can also use the bus Q to control reactive Mar flow on a remote branch. For example, in the above diagram, the bus Q is used to control reactive power flow on branch Bus2->Bus4. The Mar flow direction is From->To and Mar is measured at the to-bus side.
You can use transformer tap to control a bus voltage. The bus could be the terminal bus of the transformer or any remote bus in the network. You need to specify the bus to be voltage-controlled is on the transformer from-bus side or to-bus side, and the control tap is on the from-side or to-side. Also, limit [max/min turn ratio] and change step length need to be specified. If the Step = 0.0, it is assumed that the transformer tap could be adjusted continuously.
You can also use transformer tap to control reactive Mar flow on the transformer branch.
You can use phase-shift angle to control power flow on the phase-shift transformer. You need to specify power control side (From Side or To Side) and power flow direction (From->To or To-From). Angle control is within the limit [AngleMax, AngleMin].
(Todo ...)