LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement Gateway Tag

Solved!
Go to solution

For NI requirement gateway, if a subvi fulfill multiple requirements, what would the syntax be?  I understand that I can put 

[Covers: ReqID1] in the VI documentation of subvi 1 if it satisfies ReqID1.  What if the subvi would satisfy both ReqID1 and ReqID2?  Is [Covers: ReqID1, ReqID2] the correct syntax?  

 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 2
(2,063 Views)
Solution
Accepted by topic author jyang72211

jyang72211 -

 

The correct syntax would be:

 

[Covers: ReqID1][Covers: ReqID2]

 

or

 

[Covers: ReqID1]

[Covers: ReqID2]

 

Hope this helps.

Manooch H.
National Instruments
Message 2 of 2
(2,056 Views)