Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

describe LogControl #28

Open
JakobVogelsang opened this issue Jul 30, 2023 · 0 comments · May be fixed by #37
Open

describe LogControl #28

JakobVogelsang opened this issue Jul 30, 2023 · 0 comments · May be fixed by #37

Comments

@JakobVogelsang
Copy link
Contributor

JakobVogelsang commented Jul 30, 2023

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;
}
@JakobVogelsang JakobVogelsang linked a pull request Oct 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant