The procedure for requesting AWR support has changed. Please read all about
the new AWR product support process.
...
Running the VBA script generates a message box:
Example 2: Python script with
...
pass parameters
This example passes two complex numbers to Python with options for add, subtract, multiply or divide. Arguments passed to a Python script must be string type, so first the numbers must be converted to strings. Complex numbers cannot be passed to the Python script, so the real and imaginary parts are passed individually.
...