pwrs.core.total_load#

pwrs.core.total_load.total_load_p(bus, gen=None, load_zone=None, opt=None, mpopt=None)[source]#

Return active-power load totals only.

pwrs.core.total_load.total_load_pq(bus, gen=None, load_zone=None, opt=None, mpopt=None)[source]#

Return active- and reactive-power load totals.

pwrs.core.total_load.total_load(bus, gen=None, load_zone=None, opt=None, mpopt=None, *, nargout=None)[source]#

MATPOWER-compatible output shim for total_load_p()/total_load_pq.