2D and Circuit New Report Window

When you click Product > Results ( or right-click Results in the Project Tree) and select a report type and a display type , a New Report window similar to the following opens:

New Report Window

Note: Depending on the nature of your installation and the projects loaded into Electronics Desktop, at times only a subset of the following report options may appear in the New Report window.

In the New Report window, make selections in the following group boxes to create a report:

Context Group Box

Context group box

Harmonics Group Box

Plotting Range Group Box

Constellation Trace Tab

Eye Diagram Trace Tab

Constellation Parameters Group Box

Eye Parameters Group Box

Update Report Group Box

Trace Tab

Families Tab

Families Display Tab

Dialog Box Command Buttons

Note: Remember that the evaluated value of an expression is always interpreted in SI units. However, when an angle quantity is plotted in a report, you have the option to plot values in units other than SI. If you want to plot the polar angle of a complex simulation result, S11 say, choose between ang_deg(S11) and ang_rad(S11). Both of these return the exact same angle quantity but in degree and radian units respectively.

Note that when used in expressions, some surprising outcomes might result. For example, the expression "1+ang_deg(S11)" represents an ‘angle’ and the number "1" is treated as "1 rad". The angle SI unit is attached to any unitless number that is added/subtracted from an angle value. If you want to treat "1" as degrees, make it explicit and use "1deg + ang_deg(S11)" instead.

If you are interested in unitless degree values, two additional functions exist: ang_deg_val(S11) and cang_deg_val(S11). These return simple numbers and are treated so by any expression. If the complex S11 lies on the positive Y axis say, ang_deg_val(S11) is 90 and "1 + ang_deg_val(S11)" is 91.