Dear sidm, [quote userid="474751" url="~/cadence_technology_forums/f/custom-ic-design/49603/way-to-automatically-print-the-noise-summary-after-noise-analysis"]Is there a way to automatically print the noise summary after noise analysis instead of having to do this every time using the Results -> Print -> Noise summary menu ?[/quote] Yes. You may add the following expression as an output expression in Assembler or Explorer where fmin_Hz and fmax_Hz are the numerical values in Hertz that you would enter on the Print Noise Summary GUI shown in Figure 1. In the example I show in Figure 2 and Figure 3 are the Noise Summary output and the Calculator output for the expression with integration limits fmin_Hz = 1e-03 Hz and fma_Hz = 1e9 Hz. Note the total integrated noise of both is identical. integ((getData("out" ?result "noise")**2) fmin_Hz fmax_Hz nil ) I hope this is what you are looking to do sidm. Shawn Figure 1 Figure 2 Figure 3
↧