We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of scl-diff I would like to have the SCL element LogControl described.
scl-diff
LogControl
Requirements
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; }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As a user of
scl-diff
I would like to have the SCL elementLogControl
described.Requirements
LogControlDescription
The text was updated successfully, but these errors were encountered: