NodalACTransportTechnology
Package: PowerInvestmentsOpenAPIModels · Source: Investments/Technologies/NodalACTransportTechnology.json
Nodal representation of candidate AC transmission lines between two regions. Alongside capacity limits and a capital cost curve it carries the electrical characteristics of the line — resistance, series reactance, and voltage rating — and is added in discrete units of unit_size.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
id | integer | yes | — | ID for individual component. |
name | string | yes | — | Name of the component. |
available | boolean | yes | — | Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). |
power_systems_type | string | yes | — | Corresponding type to be used in PCM modeling. |
start_node | integer | yes | — | Start node for transport technology. |
end_node | integer | yes | — | End node for transport technology. |
capacity_limits | MinMax | — | MW | Allowable capacity for a transmission line. Units: MW. |
capital_costs | CapitalCost | — | — | Capital and interconnection cost of adding new capacity to the nodal transmission line (capital cost in USD/MW). |
resistance | number | — | ohm | Technology resistance in Ohms. Units: ohm. |
voltage | number | — | kV | Voltage rating of transmission line. Units: kV. |
unit_size | number | — | MW | Used for integer investment decisions. Represents the rating capacity of individual new lines. Units: MW. |
reactance | number | — | ohm | Series reactance for a line. Units: ohm. |
financial_data | TechnologyFinancialData | yes | — | Struct containing relevant financial information for a technology. |