Description Retrieves astigmatic Gaussian beam data from a particular direction source.
Syntax success = GetSourceDirAstigmaticGausBeam( n, gausbeam )
Parameters success (Boolean) Indicates if the retrieval succeeded (True) or failed (False).
n As Long Node number of the source.
gausbeam As T_SOURCEDIRASTIGGAUSBEAM Structure containing data from the source.
Remarks GetSourceDirAstigmaticGausBeam gets the astigmatic Gaussian beam data from a particular direction source. If there is a problem the function sets no error and returns False.
See Also SetSourceDirAstigmaticGausBeam InitSourceDirAstigmaticGausBeam
|