Type alias Connection

Connection: {
    sink: Element;
    source: {
        controlBlock?: Element;
        fcda: Element;
    };
}

Type declaration

  • sink: Element

    Can be LN0, LN, Inputs or ExtRef

  • source: {
        controlBlock?: Element;
        fcda: Element;
    }
    • Optional controlBlock?: Element

      ReportControl, GSEControl, SampledValueControl

    • fcda: Element

      FCDA element with or without daName

Generated using TypeDoc