NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

get client sequence filename

I'm in the Process Model SequentialModel.seq and want to get the client sequence filename (name of the sequence or path).
How can I retrieve the name of my client sequence from within the process model?
0 Kudos
Message 1 of 4
(3,285 Views)
Hi,

The client sequence file name can be found by the following lookup strings:
1. RunState.InitialSelection.SelectedFile.Path
2. RunState.ProcessModelClient.Path

Regards,
Silvius
Silvius Iancu
0 Kudos
Message 2 of 4
(3,278 Views)
At Run-time look in RunState.ProcessModelClient for information about the client
0 Kudos
Message 3 of 4
(3,276 Views)
Hi Silvius

Your solution
RunState.InitialSelection.SelectedFile.Path
does exactly what I were searching for.

Thanks for helping.

Regards
Thomas
0 Kudos
Message 4 of 4
(3,272 Views)