Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: toolmanager.showconstructor - Function Up: toolmanager - Tool Previous: toolmanager.usecli - Function


toolmanager.show - Function



Package utility
Module tasking
Tool toolmanager


Show one of: the toolmanager, a tool or function


Synopsis
show(what, prefergui)


Description
show can be used in four ways:
  • To show the toolmanager:
    tm.show()
    
  • Or, to show a GUI or CLI for a specific tool:
    tm.show('imgr')
    
  • Or, to show a GUI or CLI for a specific global function:
    tm.show('imagerwizard')
    
  • Or, to show a GUI or CLI for a tool constructor:
    tm.show('imager')
    



Arguments

what   Name of thing to be displayed
    Allowed: String
    Default: ''
prefergui   Use a GUI if possible
    Allowed: Bool
    Default: T


Returns
Bool




next up previous contents index
Next: toolmanager.showconstructor - Function Up: toolmanager - Tool Previous: toolmanager.usecli - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15