Decide on a uniform interface for how to specify distributed slack, between PNM and PF. Currently, PNM accepts a bus_number => weight dictionary, with the keyword argument; PF accepts a (gen_type, gen_name) => weight dictionary, or one of those per time step. The choice of keyword is also slightly different: dist_slack in PNM vs. generator_slack_participation_factors in PF.
From discussions with Jose, it sounds like we want to add support for per-generator slack here in PNM.
Decide on a uniform interface for how to specify distributed slack, between PNM and PF. Currently, PNM accepts a
bus_number => weightdictionary, with the keyword argument; PF accepts a(gen_type, gen_name) => weightdictionary, or one of those per time step. The choice of keyword is also slightly different:dist_slackin PNM vs.generator_slack_participation_factorsin PF.From discussions with Jose, it sounds like we want to add support for per-generator slack here in PNM.