Shunt Impedance
API Reference
ShuntImpedance
Bases: BaseComponent[Static]
Shunt with voltage-dependent admittance.
PyPSA user guide for this component.
bus: str = Field(min_length=1)
Name of bus to which shunt impedance is attached.
g: float = Field(default=0.0, ge=0.0)
Shunt conductivity.
b: float = Field(default=0.0, ge=0.0)
Shunt susceptance.
sign: SignType = -1
Power sign (sign convention so that g>0 withdraws p from bus).
active: bool = True
Whether to consider the component as active component or not.
ShuntImpedanceOptimizationStaticResults
Bases: BaseStaticResults
g_pu: float = 0.0
Calculated from g and n.buses.v_nom.
b_pu: float = 0.0
Calculated from b and n.buses.v_nom.
ShuntImpedanceBaseDynamicResults
Bases: BaseDynamicResults
p: pandas.DataFrame
Active power at bus (positive if net load).
ShuntImpedanceOptimizationDynamicResults
ShuntImpedancePfDynamicResults
ShuntImpedanceNonlinearPfDynamicResults
Bases: ShuntImpedancePfDynamicResults
q: pandas.DataFrame
Reactive power (positive if net generation).