Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Requirements Property (Read Only)

NI TestStand™ 4.1 Help
May 2008

NI Part Number:
370052G-01

»View NI TestStand Product Info

Syntax

PropertyObjectFile.Requirements

Data Type

PropertyObject

Purpose

Returns the Requirements property for the file. The Links subproperty of the Requirements property is an array of string values that represents the product and unit requirements that the file covers.

Remarks

This property is valid for sequence files, project files, and workspace files. This property returns an error for all other file types.

You can use the following pseudo code to add a new element to the list of requirements:


PropertyObject links = propertyObjectFile.Requirements.GetPropertyObject("Links", 0);
int nextAvailableIndex = links.GetNumElements();
links.SetValStringByOffset(nextAvailableIndex, PropertyOptions.PropOption_InsertElement, "REQ_ABC");


See Also

Sequence.Requirements

Step.Requirements


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit