-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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;
}Metadata
Metadata
Assignees
Labels
No labels