breos.solar.dc_to_ac#
- breos.solar.dc_to_ac(dc_power, pv_peak_power_w, inverter_loading_ratio=1.25, inverter_efficiency=0.96)[source]#
Convert DC power to AC power through inverter.
Applies inverter efficiency and clipping based on inverter size. Use this for: - Calculating actual AC production for plots/reports - Power going directly to AC loads (no battery) - Grid export
- Parameters:
dc_power (
Series) – DC power in Watts (from calculate_pv_production)pv_peak_power_w (
float) – Total PV system peak power in Watts (n_modules * Mpp)inverter_loading_ratio (
float) – DC/AC ratio for inverter sizing (default 1.25)inverter_efficiency (
float) – Nominal inverter efficiency (default 0.96)
- Return type:
- Returns:
pd.Series with AC power in Watts