pub fn parse_pwd(bytes: &[u8]) -> Result<Vec<PwdSubstation>, Error>Expand description
Parse the substation coordinates out of .pwd bytes.
ยง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.