Skip to content

describe IED #49

Description

@JakobVogelsang

As a user of the scl-diff I want to describe the SCL element IED

** Requirements

  • export object IEDDescription
type KDCDescription = {
   /** IED attribute iedName */
   iedName: string;
   /** IED attribute apName */
   apName: string;
}

export interface IEDDescription extends NamingDescription {
   /** IED attribute type */
   type?: string;
   /** IED attribute manufacturer */
   manufacturer?: string;
   /** IED attribute configVersion */
   configVersion?: string;
   /** IED attribute originalSclVersion defaulting 2003*/
   originalSclVersion: number;
   /** IED attribute originalSclRevision defaulting "A"*/
   originalSclRevision: string;
   /** IED attribute originalSclRelease defaulting 1*/
   originalSclRelease: number;
   /** IED attribute engRight defaulting "full" */
   engRight: string;
   /** IED attribute owner  */
   owner?: string;
   /** IED child Services */
   services?: ServicesDescription;
    /** IED children AccessPoint */
   accessPoints: Record<string, AccessPointDescription>;
   /** IED children KDC */
   kDCs: Record<string, KDCDescription>;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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