Remote Computer - Sequence Call Advanced Settings Window
- Aktualisiert2025-07-21
- 2 Minute(n) Lesezeit
Remote Computer - Sequence Call Advanced Settings Window
Remote Computer
The Sequence Call Advanced Settings window contains the following options when you select Use Remote Computer in the Execution Options control on the Module tab:
- Specify Expression for Host —Indicates whether you specify the remote host name through literal strings or through expressions TestStand evaluates at run time. When you disable this option, click the Browse Remote Host button to select a remote host name on the network. When you enable this option, click the Expression Browse button to build an expression.
- Remote Host —The name of the remote host. This option applies only when you disable Specify Expression for Host .
- Remote Host Expression —The expression TestStand evaluates to acquire the name of the remote host. This option applies only when you enable Specify Expression for Host .
Note
- For remote sequence calls, the sequence file pathnames are relative to the remote host.
- To make a remote call to 64-bit TestStand from 32-bit TestStand or vice versa, prefix the remote host name with 64\\ or 32\\ . You can use this functionality to implement mixed bitness tests where some sequences use 32-bit code modules and some sequences use 64-bit code modules. If you enable remote executions on the Remote Execution tab of the Station Options dialog box and specify localhost as the computer name, remote executions can run on the same computer as the calling execution. For example, if you specify 32\\localhost from a sequence running in 64-bit TestStand, the sequence call runs the called sequence on the same computer using the 32-bit TestStand remote engine.