edisgo.opf.results.opf_result_class.LineVariables

class edisgo.opf.results.opf_result_class.LineVariables

Container for the per-line results of the optimal power flow.

Each attribute is a pandas.DataFrame with one column per line and the optimisation time steps as index.

p

Active power flow on each line in MW.

Type:

pandas.DataFrame

q

Reactive power flow on each line in Mvar.

Type:

pandas.DataFrame

ccm

Squared current magnitude on each line (branch-flow variable).

Type:

pandas.DataFrame

p
q
ccm