Skip to content

describe LogControl #28

Description

@JakobVogelsang

As a user of scl-diff I would like to have the SCL element LogControl described.

Requirements

  • return a LogControlDescription
export interface LogControlDescription
  extends ControlWithTriggerOptDescription {
  /** ReportControl attribute ldInst.  */
  ldInst: string | null;
  /** LogControl attribute prefix defaulted to "". */
  prefix: string;
  /** LogControl attribute lnClass defaulted to "LLN0". */
  lnClass: string;
  /** LogControl attribute lnInst. */
  lnInst: string | null;
  /** LogControl attribute logName. Must point to valid `Log` element */
  logName: string;
  /** LogControl attribute logEna defaulted to true. */
  logEna: boolean;
  /** LogControl attribute reasonCode defaulted to true. */
  reasonCode: boolean;
  /** LogCOntrol attribute bufTime defaulted to "0".  */
  bufTime: number;
}

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