PyDADiSP Functions
PyDADiSP functionality is most easily accessed from the DADiSP Object.
However, the following public routines are available to evaluate DADiSP
expressions and control PyDADiSP.
PyDADiSP Functions
| dp.clear("var1", ..., "varN") |
Clear one or more variables in the DADiSP Workspace. |
| dp.dadisp("expression") |
Evaluate an expression in the DADiSP Workspace and return the result, if any. |
| dp.lock() |
Lock the DADiSP server. |
| dp.progresstext(True/False) |
Enable or disable the display of DADiSP progress messages. |
| dp.quit(force) |
Exit DADiSP. |
| dp.restart() |
Restart the DADiSP server. |
| dp.setvisible(True/False) |
Make DADiSP application visible or invisible. |