Class: slreq.Reference
Package: slreq
Unlock all child referenced requirements for editing
unlockAll(topRef)
unlockAll(
unlocks all the child referenced
requirements of the top Import node topRef
)topRef
.
% Load a requirement set file rs = slreq.load('C:\MATLAB\My_Requirement_Set_1.slreqx'); % Find all referenced requirements in the requirement set allRefs = find(rs, 'Type', 'Reference') allRefs = 1×25 Reference array with properties: Id CustomId Artifact ArtifactId Domain UpdatedOn CreatedOn CreatedBy ModifiedBy IsLocked Summary Description Rationale Keywords Type SID FileRevision ModifiedOn Dirty Comments % Unlock all child referenced requirements of the top Import node unlockall(allRefs(1))