Description Sets the flag indicating whether variable values and aberration values from before and after optimization will be printed to the output window following an optimization.
Syntax SetMzrLogBeforeAndAfter( bLog )
Parameters bLog As Boolean If True, variable and aberration values from before and after optimization will be printed to the output window.
Example The following example demonstrates how to set the before/after value printing flag prior to running an optimization.
Sub Main
SetMzrLogBeforeAndAfter( True ) Optimize()
End Sub
See Also
|