pub fn calc_multiconductor_admittance_matrix(
network: &MulticonductorNetwork,
) -> Result<MulticonductorAdmittance>Expand description
Build the passive nodal admittance and the ideal equipment constraints.
ยงErrors
A structurally broken network: an element naming an undeclared bus or terminal, or a line whose terminal maps disagree with its linecode shape. Everything the builder cannot stamp exactly is a structured diagnostic, never a silent omission or a fabricated impedance.