Sequence Local Variables
- 已更新2026-07-27
- 閱讀時間為 1 分鐘
Use local variables for storing data relevant to the execution of the sequence, such as maintaining counts or holding intermediate values. You can pass local variables by value or by reference to any step in the sequence that calls a subsequence or any step that calls a code module that uses a module adapter. You can also access local variables from code modules of steps in the sequence using the TestStand API.
View and edit the local variables in the Variables pane of the Sequence File window. Use the Value column in the Variables pane to modify string, numeric, and Boolean values.
You can create an unlimited number of local variables in a sequence.
相關內容
- Variables
TestStand variables can apply to a sequence file or to particular sequence. Use variables to share data among test written in different programming languages or pass values to code modules.
- Code Modules
- Module Adapters
- TestStand ActiveX API Overview