pwrs.core.qps_matpower#
- pwrs.core.qps_matpower.qps_matpower(*args, nargout=1)[source]#
Deprecated wrapper for
qps_master().- Parameters:
*args – Positional arguments forwarded directly to
qps_master().nargout (int, optional) – MATLAB-style output count forwarded to
qps_master().
- Returns:
Whatever
qps_master()returns for the requestednargout.- Return type:
Any
Notes
This wrapper is preserved for MATPOWER compatibility only. New code should call
qps_master()directly.