Open
Description
As a user of scl-diff
I would like to have the SCL element SettingControl
described.
Requirements
- return a
SettingControlDescription
export interface SettingControlDescription extends NamingDescription {
/** SettingControl attribute numOfSGs */
numOfSGs: number;
/** SettingControl attribute actSG */
actSG: number;
/** SettingControl attribute resvTms*/
resvTms?: number;
}
Metadata
Metadata
Assignees
Labels
No labels