Expand description
Pre-solver structural readiness checks for distribution networks.
Parsing and electrical readiness are deliberately separate. A source can be syntactically valid while the resulting typed network is not safe to hand to a solver or semantic writer. In particular, OpenDSS line geometry is still deferred: until Carson/geometry lowering exists, a geometry-defined line must not be treated as electrically complete merely because the parser has a placeholder linecode.
Structs§
- Electrical
Readiness - Result of
audit_electrical_readiness. - Readiness
Finding - A deterministic finding emitted by the readiness audit.
Enums§
- Readiness
Severity - Severity of an electrical-readiness finding.
Functions§
- audit_
electrical_ readiness - Audit a multiconductor network before numerical lowering or solving.
- require_
electrical_ readiness - Reject incomplete electrical data before numerical use.