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;
}
As a user of
scl-diffI would like to have the SCL elementSettingControldescribed.Requirements
SettingControlDescription