Expand description
Operating points: alternate electrical assignments over an immutable network handle.
An OperatingPoint is a small owning handle: one cheap to clone network
handle, one shared column store, and one row index. Building a series
resolves every stable element identity once into a private layout; the
points share the layout and the columns, so retaining one point after
dropping its parent collection copies no network.
Quantities include voltages, injections, in-service flags, switch positions, tap positions, phase shifts, and capacitor or regulator settings. Parameters, the equipment set, connectivity, time varying bounds, availability, commitment, reserves, and costs are network or calculation data, never operating point fields.
Builders accept dense point major columns or sparse per point overrides over one base assignment. Both forms have the same accessors.
Structs§
- Balanced
Operating Point Builder - Bulk constructor for a balanced operating point series. Identities resolve once against the network’s stable order — buses in bus table order by ID, elements in table order by payload identity — and every column is validated against that order and the point count. Dense columns are point major; sparse columns override one base row per point by identity.
- Multiconductor
Operating Point Builder - Bulk constructor for a multiconductor operating point series. Identities resolve once against the network’s stable order: bus terminals in bus table order with each bus’s terminal order, load conductors in load table order with each terminal map’s order, and named elements in their table order.
- Operating
Point - One possibly partial alternate electrical assignment: a small owning handle over the shared network and the series’ shared columns. Cloning it or retaining it after the parent series drops copies no table and no column.
- Operating
Point Flags - One operating point flag in stable component identity order.
- Operating
Point Values - One operating point quantity in stable component identity order.
Enums§
- Balanced
Operating Point Flag - A boolean balanced operating point quantity.
- Balanced
Operating Point Quantity - A numeric balanced operating point quantity.
- Multiconductor
Operating Point Flag - A boolean multiconductor operating point quantity.
- Multiconductor
Operating Point Quantity - A numeric multiconductor operating point quantity.