Additional Information
It is also possible to modify the source code of the
modelsupport2 project and rebuild
modelsupport2.dll to enable custom messages.
Generally speaking, if you need to understand in which property TestStand stores a particular data you need to modify (for example,
MainSequenceResults property indicated before), you should:
- Place a breakpoint at any step of the sequence you are interested on (for example, your client Sequence File's MainSequence or the Batch Model PostBatch callback)
- Click Execute » TestUUTs or Execute » Single Pass to launch execution
- When the breakpoint is reached, execution is paused: at this time, you can explore and navigate the TestStand variables tree in Variable pane or click Edit » Find/Replace (CTRL+F) to search for the expected property name or expected property value
- In the Find Results window, right-click the property you found, which corresponds to your needs, and select Goto Location option to highlight the property in Variables pane
- Right-click the property in Variable pane and select Copy to copy the property name to the clipboard
- After execution ends and you return to edit mode, you can paste the property name to an expression, for example to programmatically set it