ToolEigenMode()
Import Eigenmodes.
Usage
ToolEigenMode( dialog = True, tail = True,
args = None, sendState= None,
win = win, name = None )
Parameters
- dialog (boolean)
- A flag defining if the Process dialog should be shown or not.
- tail (boolean)
- A flag defining if AcuTail should be started or not.
- args (dictionary)
- The arguments of this process.
- sendState (lambda function)
- A lambda function which sends (reports) the state of the process to the process automation when required.
- win (MainWindowObject)
- Parent main window.
- name (string)
- The name of the eigen manager.
Return Value
None
Errors
- The parent main window object specified by win must already exist.
- The sendState lamdba function must be already defined.
Description
eigFile = "sample.frd"
ToolEigenmode( name = "spool",
dialog = False,
args = { "Import" : eigFile })