cpf_vlim_event_cb

cpf_vlim_event_cb(k, nx, cx, px, done, rollback, evnts, cb_data, cb_args, results)

cpf_vlim_event_cb() - Callback to handle VLIM events.

[NX, CX, DONE, ROLLBACK, EVNTS, CB_DATA, RESULTS] =
    CPF_VLIM_EVENT_CB(K, NX, CX, PX, DONE, ROLLBACK, EVNTS, ...
                            CB_DATA, CB_ARGS, RESULTS)

Callback to handle VLIM (bus voltage magnitude limit violation) events,
triggered by event function CPF_VLIM_EVENT to indicate the point at which
an upper or lower voltage magnitude limit is reached for a bus.

All bus voltages are expected to be within limits for the base case,
otherwise the continuation terminates.

This function sets the msg field of the event when the voltage magnitude
at any bus reaches its upper or lower limit, raises the DONE.flag and sets
the DONE.msg.

For details of the input and output arguments see also cpf_default_callback().