Класс: slreq.Requirement
Пакет: slreq
Получите пользовательские атрибуты требования
val = getAttribute(req, propertyName)
получает свойство требования, которое задано val
= getAttribute(req
, propertyName
)propertyName
.
% Load a requirements set file and get the handle to one requirement rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx'); req1 = find(rs, 'Type', 'Requirement', 'ID', 'R1.1'); % Get the Priority (custom attribute) of req1 summaryReq1 = getAttribute(req1, 'Priority') summaryReq1 = 'High'