Link

The link object is a connection between nodes in a distribution system. The link object is not directly useful, but is the basis for objects associated with overhead lines, underground lines, triplex lines, transformers, regulators, switches, and fuses.

For technical details on link modeling, see Lines and Transformers Theory.

A link only requires three parameters to be specified by default. Most of the actual functionality comes through derived objects such as lines, transformers, and switches.

object link {
    name Node1toNode2;
    phases ABC;
    from Node1;
    to Node2;
}

link objects are derived from powerflow_object objects, so any parameters of the powerflow_object object are available as well.

The I/O column indicates whether a property is user-settable input (I), simulation-computed output (O), or both (IO).

General Configuration Properties

These properties define the basic topology and operating state of the link.

Power Flow Measurements

These properties are computed by the simulation during postsync and are output only. They represent power flowing through the link with respect to the from and to node designations.

Current Measurements

These properties are computed by the simulation during postsync and are output only. They represent the current flowing through the link. Note: these have not been fully validated for every derived link type.

Fault Current and Voltage Properties

These properties are populated by the fault analysis subsystem (via the reliability module or eventgen object) and are output only.

Dispatch Properties

These properties support scheduled power dispatch through the link. When set_pdispatch is set to true, the simulation computes pdispatch as the average of power_in and power_out real components and resets pdispatch_offset to zero. The set_pdispatch flag is automatically cleared after triggering.

Flow Direction and Overload Status

Thermal Rating Properties

These properties define the current (for lines) or power (for transformers) limits of the link. They are input only. Limit checking is only active when the global use_link_limits flag is enabled and the link is a line or transformer (switches, fuses, regulators, and sectionalizers are excluded). Default values are 1000 A continuous and 2000 A emergency.

Transient Simulations / In-Rush Properties

These properties control the numerical integration method and convergence tolerance used for in-rush current calculations during transient (deltamode) simulation. If the integration method is left as UNDEFINED, the object inherits the global integration method setting. These properties are only used when both transient and in-rush calculations are enabled.

Internal Properties

These properties are published with PA_HIDDEN and are intended for internal or developer use. They support triplex line neutral current calculations.

Link is considered a highly developed and validated model.