01-15-2019 05:39 AM
With the old property loader format there was an option with "Skip Rows Beginning With:" which I used to tag property values with requirements. There doesn't seem to be an equivalent with the new file format, is there any syntax to add comments that won't cause an error when the file is loaded?
Solved! Go to Solution.
01-16-2019 04:18 AM
Hi Adam,
You can try using this syntax to comment property: http://zone.ni.com/reference/en-XX/help/370052N-01/tsapiref/reftopics/propertyobject_comment_p/
It is from 2014 but it might still apply to the new file format.
Kind regards,
Kelly
01-16-2019 09:06 AM
This is being added in TestStand 2017 SP1, which will release in the next few weeks. You'll be able to use the standard ‘//’ prefix to denote a comment, which will be ignored by property loader.
-Trent
01-16-2019 09:11 AM
01-16-2019 09:12 AM
For now you can still use comments outside of the <PropertyGroup> tag, but i see how that's not ideal for requirements tracking.