remove_userfcn
- remove_userfcn(mpc, stage, fcn)
remove_userfcn()
- Removes a userfcn from the list to be called for a case.MPC = REMOVE_USERFCN(MPC, STAGE, FCN) A userfcn is a callback function that can be called automatically by MATPOWER 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()
.