Skip to main content

Module readiness

Module readiness 

Source
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§

ElectricalReadiness
Result of audit_electrical_readiness.
ReadinessFinding
A deterministic finding emitted by the readiness audit.

Enums§

ReadinessSeverity
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.