pub fn parse_pwd_display(bytes: &[u8]) -> Result<PwdDisplay, Error>Expand description
Parse a .pwd display file, returning metadata and decoded substations.
ยงErrors
Error::FormatRead when the header is not the known display shape,
the file has no substation identity table (bus only diagrams), or no
unique drawing record group links to the identity rows.