Класс: slreq.Reference
Пакет: slreq
Получите пользовательские атрибуты требования, на которые ссылаются,
val = getAttribute(ref, propertyName)
получает свойство требования, на которое ссылаются.val
= getAttribute(ref
, propertyName
)
% Load a requirement set file and get the handle to % one referenced requirement rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx'); ref1 = find(rs, 'Type', 'Reference', 'Id', 'R10.1'); % Get the Priority (custom attribute) of ref1 summaryRef1 = getAttribute(ref1, 'Priority') summaryRef1 = 'Medium'