Expand description
The draft BMOPF task force JSON schema (frederikgeth/bmopf-report).
Everything is explicit SI: volts, watts, vars, ohms, siemens, meters,
radians, string bus ids and terminal names. The schema sets
additionalProperties: false on every element, so the strict writer
drops what the schema cannot carry and says so per field; the dropped
data stays in the model’s extras, never in the emitted JSON.
Functions§
- parse_
bmopf_ file - parse_
bmopf_ str - write_
bmopf_ json - Writes the strict BMOPF document. Every field the schema cannot carry is reported in the warnings.