03-20-2016 01:55 AM
Hi,
Is it possible to add a manual step while running a script?
What I want to do is when I start running the script, after processing the channels wait for a manual input (lets say for example, reposition the cursor in View tab) then depending on this input continue the rest of the portion of the script (in this case it uses the new position of the cursor for further processing).
The reason of the query is --- right now I have a couple of scripts that I run on after another for post processing of a particular test. Between each script file I have to look at he channel curve select a particular range of the channel or a particular position of the curve and then run the next script file.
Is there any way in getting this done? Can I use the 'Interaction' function for the same, if so how?
Thanks in advance.
Regards,
fazshah.
03-21-2016 01:50 AM
Hello faz_shah,
Yes, "InterActionOn" is the best way. Go in your script to the line where you would like to interrupt the script and enter the command like:
call InterActionOn("Push button to continue")
If you then run the script the command InterActionOn interrupts the script and pops up a button. You can do something in DIAdem until you push this button.
Greetings
Walter
03-29-2016 06:11 AM
03-29-2016 06:32 AM
No, for InterAcrionOn it is always the space button.
Greetings
Walter