12-08-2010 06:21 AM
Hi guys, how to add a Field array to the Step Variables?
12-08-2010 06:49 AM
Do you mean how to add properties to a Step Type?
Steps are instances of Step Types so you can not add properties. If you need to add property to say a Numeric Test Limit step type, then you have to create a Custom Step Type based on a Numeric Test Limit Step Type then add your additional properties. Check out the TestStand documentation for Custom Steps Type.
Depending on your needs you might beable to use the Add Attributes to meet your requirements, depends on what TestStand version you are using. This could save you the bother of having to create your own step type.