Package pypower :: Module remove_userfcn
[hide private]
[frames] | no frames]

Module remove_userfcn

source code

Removes a userfcn from the list to be called for a case.

Functions [hide private]
 
remove_userfcn(ppc, stage, fcn)
Removes a userfcn from the list to be called for a case.
source code
Variables [hide private]
  __package__ = None
Function Details [hide private]

remove_userfcn(ppc, stage, fcn)

source code 

Removes a userfcn from the list to be called for a case.

A userfcn is a callback function that can be called automatically by PYPOWER at one of various stages in a simulation. This function removes the last instance of the userfcn for the given stage with the function handle specified by fcn.

See Also: add_userfcn, run_userfcn, toggle_reserves, toggle_iflims, runopf_w_res

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln