Класс: slreq. ReqSet
Пакет: slreq
Набор требований к запросам верификации статусом сводных данных
status = getVerificationStatus(rs)
возвращает верификацию сводных данных состояния требований в наборе требований status
= getVerificationStatus(rs
)rs
.
% Load a requirements set file rs = slreq.load('C:\MATLAB\My_Requirements_Set_1.slreqx'); % Get the verification status summary of the requirements in rs verifStatus = getVerificationStatus(rs) verifStatus = struct with fields: total: 25 passed: 10 failed: 5 unexecuted: 4 justified: 1 none: 5