• What options are there for displaying Python script output in UDE®?

    Python script outputs can be executed in different ways ...

    Read more
  • How do I access to UDE® using the Python script interpreter?

    Coding instructions can be executed on the Python script console both as direct input or as script file. Hint: Simple scripts can be developed and executed step by step in the Python console. After successful execution of the steps, the Python console history can be saved as a Python script file, edited and replayed as Python script file. Use the Context Menu - Save Command History as Script ...

    Read more
  • Is it possible to automate UDE® by Windows PowerShell?

    Yes, because Windows PowerShell can deal with COM objects it can also control UDE®. Here is a small example which starts UDE®, programs the FLASH with an application, executes the program for 1 seconds and read some variables ...

    Read more
  • Is it possible to access local variables via object model?

    The expression object could be used for that task. The character '@' has to be put in front of the variable's name. The following VBA sample could be uses as reference ...

    Read more
  • How can I use InputBoxes in macros with JScript?

    How can I use InputBoxes in macros with JScript ?

    Read more
  • I have problems using the UDE® Object Model of the RawJtagSrv from VBA.

    For using VBA you have to follow two major principles: First all parameters of functions should be passed by value only by using brackets around parameters ...

    Read more
  • Which setting(s) influence the enabling/disabling option of Macro debugging?

    The check box Debug macro with built-in Macro Debugger can not be check'd. What can I do? If the check box Debug macro with built-in Macro Debugger is disabled, the required library pdm.dll (version 9.0.30729.1) was not available ...

    Read more
  • How can I automatically change a variable and rerun my application after it was halted at a breakpoint?

    Create a script file, that contains the appropriate procedure ...

    Read more
  • Can I start and parameterize UDE® via command line interface?

    Synopsis ...

    Read more