Scott,
If you just need to set the path/file in the 'call sequence' step, do the following:
- Once the 'Call Sequence' step type is in your sequence, right click
>> specify module... You can then enter the path for that
sequence in the 'File Pathname' field.
For dynamically inserting the path/file for a sequence, a simple solution would be the following.
- Create a local string (locals.filepathstring, for example) for
storing the file path. Then you can save the user input (the user
input could come from a message popup step, for example) for the file
path.
- On the 'Call Sequence' step type, right click and go to 'specify
module...'. For the file path, use your local parameter
(locals.filepathstring in my example). This will then set the
sequence file path based on the user input.
Hope this helps in your TestStand development!
Thanks,
Andrew W. || Applications Engineer