Activate SetVariable box in panel

This is a simple one: is there a way to "activate" (same as clicking with mouse) SetVariable input box with a command?

I have an automated test loop where the operator has to fill in the device ID. I would like to activate ID box after the test loop is executed so that the operator could just write the ID of the next device without looking for the ID box with the mouse. Small details, but when one needs to repeat n times...

Thanks.
From the SetVariable help ( DisplayHelpTopic("SetVariable") ), the keyword "activate" looks like it does the job.
I ran a quick test and it appears to do what you want.
HTH,
Kurt
A bit embarrassing, I was reading the help file and still could not spot exactly that command. Tired eyes.

Thanks a lot Kurt.