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