pub fn neutral_kron_with_options(
module: &PioModule<PioValue>,
options: &NeutralKronOptions,
) -> Result<(PioModule<PioValue>, NeutralKronReport), Error>Expand description
Eliminate explicitly grounded neutral conductors with explicit projection options.
The returned report keeps its input-network targets. Copies appended to the output module have those targets cleared because terminal arrays changed.
ยงErrors
The module does not contain a multiconductor network, the neutral projection cannot preserve its semantics, or the derived module cannot accept the new history and diagnostic records.