/** partial derivative of from-side active power w.r.t. from-side voltage angle */
 public float getdFPdFVa() {
   return _list.getdFPdFVa(_ndx);
 }