Skip to content

describe Inputs #27

Open
Open
@JakobVogelsang

Description

@JakobVogelsang

As a user of scl-diff I would like to describe the SCL element Inputs as a child of LNDescription

** Requirements: **

  • export InputsDescription
type ExtRefDescription = {
   iedName?: string;
   ldInst?: string;
   prefix? string;
   lnClass?: string;
   lnInst?: string;
   intAddr?:string;
   srcCBName?: string;
   srcLDInst?: string;
   srcPrefix?: string;
   srcLNClass?: string;
   srcLNInst?: string;
   serviceType?:string;
   pLN?: string;
   pDO?:string;
   pDA?:string;
   pServT?: string;
}

export interface InputsDescription extends NamingDescription {
     extRefs: ExtRefDescription [];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions