GenericArcImpedance

Package: PowerOperationsOpenAPIModels · Source: Operations/Branch/GenericArcImpedance.json

A generic branch defined by a series impedance on an Arc between two buses.

Properties

Property Type Required Unit Description
id integer yes Unique integer identifier for this component.
name string yes Name of the component. Components of the same type (e.g., PowerLoad) must have unique names, but components of different types (e.g., PowerLoad and ACBus) can have the same name.
available boolean yes Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). Unavailable components are excluded during simulations.
active_power_flow number yes MW / pu (by power_units) Initial condition of active power flow on the line. Units: per power_units — NATURAL_UNITS: MW, COMPONENT_BASE: pu .
reactive_power_flow number yes MVAr / pu (by power_units) Initial condition of reactive power flow on the line. Units: per power_units — NATURAL_UNITS: MVAr, COMPONENT_BASE: pu .
max_flow number yes MW / pu (by power_units) Maximum allowable flow on the generic impedance. Units: per power_units — NATURAL_UNITS: MW, COMPONENT_BASE: pu .
arc integer yes An Arc defining this line from a bus to another bus.
base_power number yes MVA System base power for per-unitization of this component’s per-unit fields, recorded per component in lieu of a system-level table. Units: MVA.
power_units string (UnitSystem) yes Unit basis for this component’s power-family fields (active/reactive/apparent power, ratings, limits, ramp rates). COMPONENT_BASE: per unit on this component’s own base_power. NATURAL_UNITS: the field’s physical unit.
parameter_units string (ImpedanceUnitBasis) Unit basis for r and x. COMPONENT_BASE is per-unit on this component’s base_power, which records the system base.
r number yes ohm / pu (by parameter_units) Resistance. Units: per parameter_units — NATURAL_UNITS: ohm, COMPONENT_BASE: pu .
x number yes ohm / pu (by parameter_units) Reactance. Units: per parameter_units — NATURAL_UNITS: ohm, COMPONENT_BASE: pu .

This site uses Just the Docs, a documentation theme for Jekyll.