Limit Lines


In this topic:


Overview

Limit lines are visual representations of the specified limits for a measurement. You can use limit lines to do the following:

In PLTS, there are three ways to construct Limit Lines:

  1. Limit Points method

  2. Golden Trace method

  3. Equation method

With each method, the following rules apply:

Limit Points

With this method, limit lines are made up of X/Y POINTS. You can choose to connect the limit points to form a line, or leave them as discrete points.

Note: PLTS limit lines are NOT constructed the same as in the PNA.

At least TWO limit points are required to make a limit line.

You can have as many limit points as you have data points for each measurement trace.

The limits in the following image correspond to the settings in the dialog below.

How to Create and Edit Limit Lines

On the Data Browser pane, click the Limit Mask Definition tab.

At the top of the pane, click Points

In the Line Properties section:

  1. Click Add to create a Line.

  2. Under Name, double-click 'Unnamed' to change the limit line name.

  3. Under Type, select Max or Min. Any part of the measurement that falls below a Min line, or above a Max line, results in FAILED as indicated at the top of the plot.

  4. Under Target, select the trace to which the Limits will be applied.

  5. Repeat the above to create additional limit lines.

Importing a Limit Line

At the top of the pane, click Points

In the Line Properties section:

  1. Click Import.

  2. Click Browse then select the  limit line file. Supported files are *.txt or *.csv file and frequencies must be in MHz.

  1. Clikc OK.

  2. If frequencies are not in MHz, the following error message will be displayed:

Optional

  1. Under Color, change the color of the Limit Line.

  2. Offset  The Limit Line is offset by the specified amount each time Offset is clicked. Click a math operator symbol (+ -- * / ), then type a number (such as 5), then click Offset.

In the Points section:

  1. Click Add. A Limit point is added BELOW the highlighted line. Note: A limit point can NOT be added before the first point. Therefore you may want to add an empty point as the first point just in case more points need to be added later.

  2. Type an X-axis (Stimulus) value

  3. Type a Y-axis (Response) value

  4. Connected - defines if that line is drawn to connect to the PREVIOUS point. If yes, then the line between those points defines the limits at the measured data points.

  5. Click Apply to update the limit lines on the display.

  6. Continue adding points until the entire limit is constructed.

  7. When finished, click Apply to add the line to the target plots.

Copy To Other Plots.  When checked, apply the current limit lines to other plots. Click a plot to apply the limit lines.

To Remove Limit Lines from a plot

  1. Select the plot.

  2. On the Line Properties list, select the line, then click Delete.

  3. Then click Apply. The limit line is removed from the selected plot.

  4. To continue to delete lines from other plots, check Copy to Others, then click the plots to have limits removed.

  5. When finished removing limits, clear Copy to Others.

The following buttons apply to ALL Limit Lines:

NOTE:  Recalled Limit Lines are applied ONLY to the same parameters that they were applied to when saved.

Limit Line Testing

By default, limit line PASS | FAIL testing is ON.

Golden Trace Limit Lines

You can use an existing trace as a basis for defining Limit Lines.

You can also use Equations as Limits to accomplish this.

In the following image, the green trace is an existing measurement. The blue trace is a MIN Limit Lime made from the same measurement, but offset by -5 dB.  This Limit Line can be saved and recalled to test subsequent measurements of these DUTs.

How to create a Golden Trace as a Limit Line

  1. Export a DUT measurement as a .txt, .csv, .cit and .sNp file. Learn how.

  2. Import that trace as a Limit Line.

  3. On the Limit Line dialog, click Import to launch the Import Limit Line dialog.

Note: Although PLTS can NOT import Time Domain data directly, you can import Frequency Domain data, and from that, PLTS calculates the Time domain data. This is shown in the image above. To import data for a Time Domain trace, import Frequency Domain data, then choose the Time Domain parameter for which the limit line will be used.

In the Import Limit Line dialog:

  1. Select the file type as it was exported.  

  2. Click Browse, then find the exported file.

  3. Under Parameter, select the parameter to receive the limit line.

  4. For some File Types you can also select Stimulus and Response values.

  5. Select Type: MIN or MAX (this can be changed later)

  6. Click OK.

In the Limit Line dialog:

  1. To Offset the Limit Line, click a math operator symbol (+ -- * / ), then type a number (such as 5), then click Offset.  Each time Offset is clicked, the Limit Line is offset AGAIN by that value.

  2. The Limit Line is displayed in Blue.

  3. Click Save.

Limits from Equations

The following simple example shows how you can use an equation as the basis for Limit Lines. We will create two limit lines using an S21 trace as the basis. We will add a positive offset to the Max limit and a negative offset to the Min limit. The equation is used to covert the log data to linear data.

  1. Click Tools, then Math, then Design to open Create Equations dialog.

  1. Under Equation, enter ?:S21*pow10(3/20) where 3 is the amount of offset from the LogMag trace (S21). The '?' is used as a wildcard. Learn more.

  2. Enter an Equation Name (like Max Offset), then click Save.

  3. For convenience, click Pin to Equations Pane.

  4. Do the same for a Min Offset using a negative 3 dB offset: ?:S21*pow10(-3/20)

  5. Click Close.

  1. Select the Limit Mask Definition pane (top) and the Parameter pane (bottom).

  2. Select Equation on both panes.

  3. Select the plot to receive the Max and Min Limits.

  4. On the Parameter pane, click the pinned Equations (Min offset and Max offset)

  5. On the Limit Mask pane, under Set as Limit Line, select Min_Limit and Max_Limit.

  6. Click Apply to create the limits on the plot.

The plot should look similar to the following image.

If PASS is not visible on the plot, check Show PASS/FAIL Text on the User Preferences, Plot tab.


Last Modified:

21-Nov-2013

Edits for interpolation

17-Dec-2012

Added Equations

7-Mar-2011

Added 'remove limits'