Класс: slreq. Ссылка
Пакет: slreq
Установите пользовательские атрибуты требований, на которые ссылаются
setAttribute(ref, propertyName, propertyValue)
setAttribute(
задает ссылочное свойство требования. Этот метод используется для установки значений пользовательских атрибутов, заданных для набора требований.ref
, propertyName
, propertyValue
)
% Load a requirements set file and get the handle to one requirement rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx'); ref1 = find(rs, 'Type', 'Reference', 'ID', 'R20.1'); % Set the Priority (custom attribute) of ref1 setAttribute(ref1, 'Priority', 'Low');