captest.filters.Pvsyst
- class captest.filters.Pvsyst(*, custom_name, name)
Remove PVsyst intervals operating off the maximum power point.
Drops rows where any of the PVsyst current-limit columns (
IL Pmin/IL Vmin/IL Pmax/IL Vmax) is greater than 0. Column names with spaces or underscores are both recognized; a missing column warns and is skipped.- __init__(**params)
Methods
__init__(**params)from_config(config)Build an instance from a
to_config()dict.run(capdata)Execute the step, record runtime state, and append self to filters.
to_config()Serialize this step to a config dict (every param, defaults included; the param-system
nameis omitted).Attributes
args_reprRender the step's params for the summary.
custom_nameexplanationHuman-readable description of the step's effect (read after run()).
nameparam