def __str__ (   self  ) 

Reimplemented from optic.

Definition at line 127 of file abcd_optics.py.

00127                    :
00128     if self.qparm is None:
00129       return self.tag
00130     else:
00131       transmission=1.0-math.exp(-((self.diameter/(2*self.qparm.w))**2))
00132       return self.tag + (" Transmission = %.3f" % transmission)
00133     
class surface(optic):


Generated on Wed Nov 21 10:18:31 2007 for analysis by  doxygen 1.5.4