slreq.new
Create requirement set
Description
creates a requirement set newReqSet
= slreq.new(reqSetName
)newReqSet
with the name specified by
reqSetName
in the current working folder.
creates a requirement set newReqSet
= slreq.new(reqSetPath
)newReqSet
in the folder specified by
reqSetPath
.
Note
The folder specified by reqSetPath
must exist on
disk.
Examples
Create Requirement Set
% Create requirement set in current working folder myReqSet1 = slreq.new('New_Req_Set_1') myReqSet1 = ReqSet with properties: Description: '' Name: 'New_Req_Set_1' Filename: 'L:\New_Req_Set_1.slreqx' Revision: 1 Dirty: 1 CustomAttributeNames: {} CreatedBy: 'John Doe' CreatedOn: 18-Feb-2008 20:54:52 ModifiedBy: 'Jane Doe' ModifiedOn: 20-Jan-2016 12:44:12 % Create requirement set in a different directory myReqSet2 = slreq.new('L:\Reqs_Work\New_Req_Set_2') myReqSet2 = ReqSet with properties: Description: '' Name: 'New_Req_Set_2' Filename: 'L:\Reqs_Work\New_Req_Set_2.slreqx' Revision: 1 Dirty: 1 CustomAttributeNames: {} CreatedBy: 'Jane Doe' CreatedOn: 11-Jan-2009 11:33:01 ModifiedBy: 'John Doe' ModifiedOn: 18-Jan-2018 09:07:32
Input Arguments
Output Arguments
Version History
Introduced in R2018a