NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Goto Step

Solved!
Go to solution

I need to edit the destination of GoTo step in a Statement step 

i try RunState.Sequence.Main["GoTo"].TS.

and i find many property i dont know what is the right property need to use 

 

0 Kudos
Message 1 of 4
(2,205 Views)

Hi corail77

Off of the top of my head, I think it is RunState.Sequence.Main["GoTo"].CustomTrueTargetByExpr

Hope this helps

Steve

0 Kudos
Message 2 of 4
(2,198 Views)
Solution
Accepted by topic author corail77

Thanks,

it work

i try : RunState.Sequence.Main["GoTo"].CustomTrueActionTargetByExpr = "\"Message Popup1\""

0 Kudos
Message 3 of 4
(2,189 Views)
0 Kudos
Message 4 of 4
(2,188 Views)