Skip to main content

Module operating

Module operating 

Source
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§

BalancedOperatingPointBuilder
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.
MulticonductorOperatingPointBuilder
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.
OperatingPoint
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.
OperatingPointFlags
One operating point flag in stable component identity order.
OperatingPointValues
One operating point quantity in stable component identity order.

Enums§

BalancedOperatingPointFlag
A boolean balanced operating point quantity.
BalancedOperatingPointQuantity
A numeric balanced operating point quantity.
MulticonductorOperatingPointFlag
A boolean multiconductor operating point quantity.
MulticonductorOperatingPointQuantity
A numeric multiconductor operating point quantity.