pub fn array_mppt_power(panels: &[SolarPanel], scan_steps: u32) -> f64Expand description
Total MPP power (W) harvested from a mixed-topology array — the sum of each panel’s independently-tracked maximum power point. Zero-heap (slice in, scalar out).