reset the beam to a wavelength shifted by delta from the current wavelength. Typically used on a cloned beam to prepare a set of beams with different wavelengths but otherwise identical for propagation Definition at line 413 of file general_optics.py. 00413 : 00414 """reset the beam to a wavelength shifted by delta from the current wavelength. 00415 Typically used on a cloned beam to prepare a set of beams with different wavelengths but otherwise identical for propagation 00416 """ 00417 self.set_lambda(self.get_lambda()+delta) 00418 return self 00419 def x(self, optic):
|