- show()
- 
Displays the energy level diagram window for a molecule.
- unit([unit])
- 
Sets or returns the energy unit for the energy level diagram. unit has to
be one of the integer constants HARTREE,KJ/MOL,EV, or1/CMdefined in theenergylevelmodule.
- resolution([resolution])
- 
Sets or returns the resolution for the energy level diagram. resolution has
to be a double greater than zero.
- mode([mode])
- 
Sets or returns the mode for the energy level diagram. mode has to be one
of the integer constants ENERGY_LEVELSorDENSITY_OF_STATESdefined
in theenergylevelmodule.
- selectMO(mo1, [mo2])
- 
Selects one or two molecular orbitals. mo1 and mo2 have to be
integers between 0 and the number of molecular orbitals.
- deselect()
- 
Deselects molecular orbitals which have been selected with a call to selectMO.
- saveDrawing(format, filename)
- 
Saves the energy level diagram to file. format has to be one of the integer
constants TIFF,PNG,HPGL, orPOSTSCRIPTdefined in theviewmolmodule. filename has to be a string containing the name of the file the drawing
is saved to.
The energy level diagram window can be closed by deleting theenergylevel
object.
Jörg-Rüdiger Hill Fri Oct 31 14:19:21 CET 2003