How can I import requirements from DOORS Modul by choosing the keywords with matlab code ?

2 views (last 30 days)
Hi everybody,
I am trying to import a DOORS Modul to Simulink Requirements Editor by using m- script with slreq.import function. I can import the DOORS Modul and select custom attributes and slreq.import works perfectly. It imports the requirements and set the custom attributes as I want. I use a code similar to the following code for it:
slreq.import('linktype_rmi_doors','attributes', {'Test Status', 'Test Procedure'});
However I also want to select keyword, like I do with attributes. (In other words I want to select a DOORS column as keyword and use it as keyword in Simulink Rewuirements Editor.) I saw that it is possible to do it manually but I can find any way to do it per script for DOORS import. I also saw that there is an explanation for doing that, if have had imported the requirements from excel. The example code for it is as following.
slreq.import('linktype_rmi_doors','attributes','keywordsColumn', 3 );
I tried it for using import from DOORS but it unfortunately didn`t work.I didn`t get any error but I also didnt get any keywords.
I was wondering , if there is a way to select keywords during import from DOORS per matlab code?
I would be very grateful for any help.
Thank you very much in advance,
Kind Regards

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!