Station Globals TS Subproperty
- Updated2025-03-28
- 1 minute(s) read
The StationGlobals property object contains the station global variables for the TestStand Engine invocation. Each TestStand session maintains a single copy of the station global variables in memory. Any modifications you make to a station global property affect all executions in the current TestStand session and future TestStand sessions.
TestStand creates a TS subproperty in the StationGlobals property to hold the standard station global variables TestStand defines.
Sequence Context Subproperty | Description |
---|---|
TS | Contains the TestStand-specific station global variables. |
LastUserName | Login name of the user that logged in most recently. |
CurrentUser | User object for the currently logged-in user. This property does not exist when no user has logged in. Refer to User and Group Privileges for more information about the User standard data type. |