Product Documentation
PSpice Help
Product Version 17.4-2020, June 2020


Using performance analysis and measurements

Using Performance Analysis

Performance Analysis allows you to add traces that show how a derived value changes between simulation runs. The derived value is calculated for each run based on the measurement expression you specify when you add each trace.

To prepare for using Performance Analysis

  1. Have multiple sections of data in the Probe data file. Enabling a parametric analysis, a temperature analysis with multiple temperatures, or a Monte Carlo analysis causes the simulator to do multiple simulations of the circuit. Each simulation creates one section of data.
  2. Create measurement definitions you want to use and bring them into PSpice. Do one of the following:
    1. Use the predefined measurement definitions in the file PSpice.PRB.
    2. Create measurement definitions in a .PRB file, using an ASCII text editor like Notepad. Save the file with a .PRB extension. Load the file into PSpice as a global file.
    3. Create new or edit existing measurement definitions while running Probe: from the Trace menu, select Measurements, then select New or Edit.

Using Measurement Expressions

Measurement expressions evaluate the characteristics of a waveform. A measurement expression is made by choosing the waveform and the waveform calculation you want to evaluate.

The waveform calculation is defined by a measurement definition such as rise time, bandpass bandwidth, minimum value, and maximum value.

For example, if you want to measure the risetime of your circuit output voltage, use the following expression:

Risetime_NoOvershoot(v(out))

Measurement strategy

Composing Measurement Expressions

These steps show you how to create a measurement expression in PSpice. Measurement expressions created in PSpice can be imported into Advanced Analysis.

  1. Work in the Simulation Results view in PSpice. In the side toolbar, click .
  2. From the Trace menu in PSpice, select Measurements.
    The Measurements dialog box appears.
  3. Select the measurement definition you want to evaluate.
  4. Click Eval (evaluate).
    The Arguments for Measurement Evaluation dialog box appears.
  5. Click the Name of trace to search button.
    The Traces for Measurement Arguments dialog box appears.
    You will only be using the Simulation Output Variables list on the left side. Ignore the Functions or Macros list.
  6. Uncheck the output types you don’t need (if you want to simplify the list).
  7. Click the output variable you want to evaluate.
    The output variable appears in the Trace Expression field.
  8. Click OK.
    The Arguments for Measurement Evaluation dialog box reappears with the output variable you chose in the Name of trace to search field.
  9. Click OK.
    Your new measurement expression is evaluated and displayed graphically in the PSpice window.
  10. Click OK in the Display Measurement Evaluation pop-up box to continue working in PSpice.
    Your new measurement expression is saved, but it no longer displays in the window. The only way to get another graphical display is to redo these steps.

You can see the numerical evaluation of your measurement expression by following the steps in the topic Viewing Measurement Results.

See the topic Measurement Expression Example for an example.

Measurement Expression Example

These steps show you an example of creating a measurement expression in PSpice.

Work in the Simulation Results view in PSpice. In the side toolbar, click .

  1. Choose Trace – Measurements.
    The Measurements dialog box appears.
  2. Select the measurement definition you want to evaluate.
  3. Click Eval (evaluate).
    The Arguments for Measurement Evaluation dialog box appears.
  4. Click the Name of trace to search button.
    The Traces for Measurement Arguments dialog box appears.
    You will only be using the Simulation Output Variables list on the left side. Ignore the Functions or Macros list.
  5. Uncheck the output types you don’t need (if you want to simplify the list).
  6. Click the output variable you want to evaluate.
    The output variable appears in the Trace Expression field.
  7. Click OK.
    The Arguments for Measurement Evaluation dialog box reappears with the output variable you chose in the Name of trace to search field.
  8. Click OK.
    Your new measurement expression is evaluated and displayed graphically in the PSpice window.
  9. Click OK in the Display Measurement Evaluation pop-up box to continue working in PSpice.

Your new measurement expression is saved, but it no longer displays in the window. The only way to get another graphical display is to redo these steps.

You can see the numerical evaluation of your measurement expression by following the steps in the topic Viewing Measurement Results.

Viewing Measurement Results

To view the results of measurement expressions you have previously composed:

  1. From the View menu in PSpice, select Measurement Results.
    The Measurement Results table displays below the plot window.
  2. Click the box in the Evaluate column.
    The PSpice calculation for your measurement expression appears in the Value column.

See the topic Measurement Results Example for an example.

Evaluating a measurement

After simulating a circuit, you can add new measurements in the Measurement Results window, and evaluate them. To add a measurement for evaluation:

  1. From the Trace menu in PSpice, choose Evaluate Measurement.
    The Evaluate Measurement dialog box displays, with Measurements selected in the Functions or Macros drop-down list box.
    Alternatively, the Evaluate Measurement dialog box can be invoked using the Evaluate Measurement icon from the toolbar.
  2. Select the measurement that you want to evaluate by clicking one of the entries in the Measurements list.
  3. From the Simulation Output Variables list, click the variable to be passed as a parameter to the selected measurement, and click OK.
    The new measurement gets added in the Measurement Results table displayed below the plot window.
    The PSpice calculation for your measurement expression appears in the Value column.
To view information about measurements provided by PSpice, see Measurement Definitions Included with PSpice.

To view information on how to create new measurements, see Composing Measurement Expressions.

Measurement Results Example

  1. Choose View - Measurement Results.
    The Measurement Results table displays below the plot window.
  2. Click the box in the Evaluate column.
    A check mark appears in the Evaluate column check box and the PSpice calculation for your measurement expression appears in the Value column.

Measurement Definitions Included with PSpice

Definition

Finds the. . .

Bandwidth

Bandwidth of a waveform (you choose dB level)

Bandwidth_Bandpass_3dB

Bandwidth (3dB level) of a waveform

Bandwidth_Bandpass_3dB_XRange

Bandwidth (3dB level) of a waveform over a specified X-range

CenterFrequency

Center frequency (dB level) of a waveform

CenterFrequency_XRange

Center frequency (dB level) of a waveform over a specified X-range

ConversionGain

Ratio of the maximum value of the first waveform to the maximum value of the second waveform

ConversionGain_XRange

Ratio of the maximum value of the first waveform to the maximum value of the second waveform over a specified X-range

Cutoff_Highpass_3dB

High pass bandwidth (for the given dB level)

Cutoff_Highpass_3dB_XRange

High pass bandwidth (for the given dB level)

Cutoff_Lowpass_3dB

Low pass bandwidth (for the given dB level)

Cutoff_Lowpass_3dB_XRange

Low pass bandwidth (for the given dB level) over a specified range

DutyCycle

Duty cycle of the first pulse/period

DutyCycle_XRange

Duty cycle of the first pulse/period over a range

Falltime_NoOvershoot

Falltime with no overshoot.

Falltime_StepResponse

Falltime of a negative-going step response curve

Falltime_StepResponse_XRange

Falltime of a negative-going step response curve over a specified range

GainMargin

Gain (dB level) at the first 180-degree out-of-phase mark

Max

Maximum value of the waveform

Max_XRange

Maximum value of the waveform within the specified range of X

Min

Minimum value of the waveform

Min_XRange

Minimum value of the waveform within the specified range of X

NthPeak

Value of a waveform at its nth peak

Overshoot

Overshoot of a step response curve

Overshoot_XRange

Overshoot of a step response curve over a specified range

Peak

Value of a waveform at its nth peak

Period

Period of a time domain signal

Period_XRange

Period of a time domain signal over a specified range

PhaseMargin

Phase margin

PowerDissipation_mW

Total power dissipation in milli-watts during the final period of time (can be used to calculate total power dissipation, if the first waveform is the integral of V(load)

Pulsewidth

Width of the first pulse

Pulsewidth_XRange

Width of the first pulse at a specified range

Q_Bandpass

Calculates Q (center frequency / bandwidth) of a bandpass response at the specified dB point

Q_Bandpass_XRange

Calculates Q (center frequency / bandwidth) of a bandpass response at the specified dB point and the specified range

Risetime_NoOvershoot

Risetime of a step response curve with no overshoot

Risetime_StepResponse

Risetime of a step response curve

Risetime_StepResponse_XRange

Risetime of a step response curve at a specified range

SettlingTime

Time from <begin_x> to the time it takes a step response to settle within a specified band

SettlingTime_XRange

Time from <begin_x> to the time it takes a step response to settle within a specified band and within a specified range

SlewRate_Fall

Slew rate of a negative-going step response curve

SlewRate_Fall_XRange

Slew rate of a negative-going step response curve over an X-range

SlewRate_Rise

Slew rate of a positive-going step response curve

SlewRate_Rise_XRange

Slew rate of a positive-going step response curve over an X-range

Swing_XRange

Difference between the maximum and minimum values of the waveform within the specified range

XatNthY

Value of X corresponding to the nth occurrence of the given Y_value, for the specified waveform

XatNthY_NegativeSlope

Value of X corresponding to the nth negative slope crossing of the given Y_value, for the specified waveform

XatNthY_PercentYRange

Value of X corresponding to the nth occurrence of the waveform crossing the given percentage of its full Y-axis range; specifically, nth occurrence of Y=Ymin+(Ymax-Ymin)*Y_pct/100

XatNthY_Positive Slope

Value of X corresponding to the nth positive slope crossing of the given Y_value, for the specified waveform

YatFirstX

Value of the waveform at the beginning of the X_value range

YatLastX

Value of the waveform at the end of the X_value range

YatX

Value of the waveform at the given X_value

YatX_PercentXRange

Value of the waveform at the given percentage of the X-axis range

ZeroCross

X-value where the Y-value first crosses zero

ZeroCross_XRange

X-value where the Y-value first crosses zero at the specified range

Creating Custom Measurement Definitions

Measurement definitions establish rules to locate interesting points and compute values for a waveform. In order to do this, a measurement definition needs:

These are the calculations that computer the final point on the waveform.

These commands specify how to search for the interesting points.

Strategy

  1. Decide what you want to measure.
  2. Examine the waveforms you have and choose which points on the waveform are needed to calculate the measured value.
  3. Compose the search commands to find and mark the desired points.
  4. Use the marked points in the Marked Point Expressions to calculate the final value for the waveforms.
  5. Test the search commands and measurements.
An easy way to create a new definition:

Choose Trace- Measurements to open the Measurements dialog box, then:

Composing a New Measurement Definition

These steps show you how to create a measurement definition in PSpice. Measurement definitions can be directly evaluated or used as part of measurement expressions.

Work in the Simulation Results view in PSpice. In the side toolbar, click .

  1. From the PSpice Trace menu, choose Measurements.
    The Measurements dialog box appears.
  2. Click New to start with the basic template definition, or click Copy to start your new measurement definition using an existing definition.
    The New Measurement dialog box or the Copy Measurement dialog box appears.
  3. Type a name for the new measurement in the New Measurement name field. All measurement definitions must have unique names.
  4. Make sure local file is selected.
    This stores the new measurement in a .PRB file local to the design.
  5. Click OK.
    The Edit New Measurement dialog box appears. If you have copied a measurement definition, you will need to click Edit on the Measurements dialog box.
  6. Type in the marked point expression.
  7. Type in any comments you want.
  8. Type in the search command function.

Your new measurement definition is now listed in the Measurements dialog box.

See the topic Measurement Definition Example for an example.

Managing Measurements

You can use this dialog to evaluate measurement expressions or to create, edit, or delete existing measurements definitions.

Copying a Measurement Definition

Copying a measurement definition allows you to modify an existing measurement definition without losing the original definition.

Work in the Simulation Results view in PSpice. In the side toolbar, click .

  1. Choose Trace - Measurements.
    The Measurements dialog box appears.
  2. Select a measurement from the list and click Copy.
    The Copy Measurement dialog box appears.
  3. Type a name for the new measurement definition in the New Measurement name field. All measurement definitions must have unique names.
  4. Make sure local file is selected.
    This stores the new measurement in a .PRB file local to the design.
  5. Click OK.

To edit your new measurement definition, click Edit on the Measurements dialog box. See Editing a Measurement Definition for more information.

Editing a Measurement Definition

Editing a measurement definition allows you to change the result it will evaluate.

Work in the Simulation Results view in PSpice. In the side toolbar, click .

  1. Choose Trace - Measurements.
    The Measurements dialog box appears.
  2. Select a measurement from the list and click Edit.
    The Edit Measurement dialog box appears.
  3. Edit the marked point expression as needed.
  4. Edit the comments as needed.
  5. Edit the search command function as needed.

Measurement Definition Example

  1. From the PSpice Trace menu, choose Measurements.
    The Measurements dialog box appears.
  2. Click New.
    The New Measurement dialog box appears.
  3. Type a name for the new measurement in the New Measurement name field.
  4. Make sure local file is selected.
    This stores the new measurement in a .prb file local to the design.
  5. Click OK.
    The Edit New Measurement dialog box appears.
  6. Type in the marked point expression.
    Point707(1) = y1
  7. Type in any comments you want.
    *
    #Desc# Find the .707 value of the trace.
    *
    #Arg1# Name of trace to search
    *
  8. Type in the search function.
    {
    1|Search forward level(70.7%, p) !1;
    }
    The search function is enclosed within curly braces.
    Always place a semi-colon at the end of the last search function.
    You now have your edited measurement definition.
  9. Click OK to save your edits.

Your new measurement definition is now listed in the Measurements dialog box.

Measurement Definition Syntax

Measurement definitions have the following structure and syntax:

Measurement_name (1, [2, …., n][, subarg1, subarg2, …, subargm]) = Marked_point_expression
{
1| search_commands_and_marked_points_for_expression_1;
2| search_commands_and_marked_points_for_expression_2;

n| search_commands_and_marked_points_for_expression_n;
}

For examples of syntax, check out the existing measurement definitions in PSpice.

  1. From the Trace menu in PSpice, choose Measurements.
    The Measurement dialog box appears.
  2. Highlight an existing measurement definition, for example Risetime_NoOvershoot, and select View to examine the syntax.
    The View Measurement dialog box appears.

The name of the measurement is Risetime_NoOvershoot. Risetime_NoOvershoot takes 1 argument, a trace name (as seen from the comments).

The first search function searches forward (positive x direction) from the point on the trace where the waveform crosses the 10% point in a positive direction. That point’s X and Y coordinates will be marked and saved as point 1.

The second search function searches forward in the positive direction for the point on the trace where the waveform crosses the 90% mark. That point’s X and Y coordinates will be marked and saved as point 2.

The marked point expression is x2-x1. This means the measurement calculates the X value of point 2 minus the X value of point 1 and returns that number.

Measurement Name Syntax

Names can contain any alphanumeric character (A-Z, 0-9) or an underscore _, up to 50 characters in length. The first character should be an upper or lower case letter.

Examples of valid function names: Bandwidth, CenterFreq, delay_time, DBLevel1.

Marked Point Expression Syntax

A marked point expression calculates a single value, which is the value of the measurement, based on the X and Y coordinates of one or more marked points on a curve. The marked points are found by the search command.

MPAVG(p1, p2,[<.fraction>])

where p1 and p2 are marked X points and fraction (expressed in decimal form) specifies the range. The range specified by [<.fraction>] is centered on the midpoint of the total range. The default value is 1.

An example:

The marked point expression

MPAVG(x1, x5, .2)

Will find the halfway point between x1 and x5 and will calculate the average Y value based on the 20 percent of the range that is centered on the halfway point.

Comments Syntax

A comment line always starts with an asterisk. Special comment lines include the following examples:

*#Desc#* The measurement description.
*#Arg1#* The first argument used in the measurement definition.

These comment lines will be used in dialog boxes, such as the Arguments for Measurement Evaluation box.

Search Command Syntax

Search commands can be used to find a particular point along a trace based on characteristics of that trace. Search commands can be used for two purposes:

Search    [direction]    [/start_point/]    [#consecutive_points#]    [(range_x[,range_y])]
[for]         [repeat:]      <condition>

Brackets indicate optional arguments.

You can use uppercase or lowercase characters, because searches are case independent.

[direction]

The direction of the search. The search begins at the origin of the curve.

forward

Search forward on the trace

backward

Search backwards on the trace

[Forward] searches in the normal X expression direction, which may appear as backwards on the plot if the X axis has been reversed with a user-defined range.

Forward is the default direction.

[/start_point/]

The starting point to begin a search. The current point is the default.

Use this

To start the search at this…

^

The first point in the search range

Begin

The first point in the search range

$

The last point in the search range

End

The last point in the search range

xn

A marked point number or an expression of marked points.

For example:

X1

(x1 –  (x2 – x1) / 2)

[#consecutive_points#]

Defines the number of consecutive points required for a condition to be met. Usage varies for individual conditions; the default is 1.

A peak is a data point with one neighboring data point on both sides that has a lower Y value than the data point.

If [#consecutive_point#] is 2 and <condition> is PEak, then the peak searched for is a data point with two neighboring data points on both sides with lower Y values than the marked data point.

[(range_x[,range_y])]

Specifies the range of values to confine the search.

The range can be specified as floating-point values, as a percent of the full range, as marked points, or as an expression of marked points. The default range is all points available.

Some examples:

This range…

Means this…

(1n,200n)

X range limited from 1e-9 to 200e-9, Y range defaults to full range

(1.5,20e-9,0,1m)

Both X and Y ranges are limited

(5m,1,10%,90%)

Both X and Y ranges are limited

(0%,100%,1,3)

Full X range, limited Y range

(,,1,3)

Full X range, limited Y range

(,30n)

X range limited only on upper end

[for] [repeat:] <condition>

Specifies which occurrence of <condition> to find.

If repeat is greater than the number of found instances of <condition>, then the last <condition> found is used.

For example, the argument:

2:LEvel

would find the second level crossing.

The <condition> must be exactly one of the following:

Each <condition> requires just the first 2 characters of the word. For example, you can shorten LEvel to LE.

If a <condition> is not found, then either the cursor is not moved or the measurement definition is not evaluated.

LEvel(value[,posneg])

<value> can take any of the following forms:

Value Form

Example

A floating number

1e5 100n 1

A percentage of full range

50%

A marked point Or an expression of marked points

X1 Y1 (x1-x2)/2

A value relative to startvalue

.-3 (startvalue –3)

.+3 (startvalue +3)

A db value relative to startvalue

.-3db (3db above startvalue)

.+3db (3db below startvalue)

A value relative to max or min

Max-3 (maxrng –3)

Min+3 (minrng +3)

A db value relative to max or min

Max-3db (3db below maxrng)

Min+3db (3db above maxrng)

Decimal point ( . )

A decimal point ( . ) represents the Y value of the last point found using a search on the current trace expression of the measurement definition. If this is the first search command, then it represents the Y value of the start point of the search.

[,posneg]

Finds the next Y value crossing at the specified level. This can be between real data points, in which case an interpolated artificial point is created.

At least [#consecutive_points#]-1 points following the level crossing point must be on the same side of the level crossing for the first point to count as the level crossing.

[,posneg] can be Positive (P), Negative (P), or Both (B). The default is Both.

SLope[(posneg)]

Finds the next maximum slope (positive or negative as specified) in the specified direction.

[(posneg)] refers to the slope going Positive (P), Negative (N), or Both (B). If more than the next [#consecutive_points#] points have zero or opposite slope, the Slope function does not look any further for the maximum slope.

Positive slope means increasing Y value for increasing indices of the X expression.

The point found is an artificial point halfway between the two data points defining the maximum slope.

The default [(posneg)] is Positive.

PEak

Finds the nearest peak. At least [#consecutive_points#] points on each side of the peak must have Y values less than the peak Y value.

TRough

Finds nearest negative peak. At least [#consecutive_points#] points on each side of the trough must have Y values greater than the trough Y value.

MAx

Finds the greatest Y value for all points in the specified X range. If more than one maximum exists (same Y values), then the nearest one is found.

MAx is not affected by [direction], [#consecutive_points#], or [repeat:].

MIn

Finds the minimum Y value for all points in the specified X range.

MIn is not affected by [direction], [#consecutive_points#], or [repeat:].

POint

Finds the next data point in the given direction.

XValue(value)

Finds the first point on the curve that has the specified X axis value.

The <(value)> is a floating-point value or percent of full range

XValue is not affected by [direction], [#consecutive_points#], [(range_x [,range_y])], or [repeat:].

<(value)> can take any of the following forms:

Value Form

Example

A floating number

1e5 100n 1

A percentage of full range

50%

A marked point Or an expression of marked points

X1

Y1

(x1-x2)/2

A value relative to startvalue

.-3 (startvalue –3)

.+3 (startvalue +3)

A db value relative to startvalue

.-3db (3db below startvalue)

.+3db (3db above startvalue)

A value relative to max or min

Max-3 (maxrng –3)

Min+3 (minrng +3)

A db value relative to max or min

Max-3db (3db below maxrng)

Min+3db (3db above maxrng)

ForceDBArg1

Converts a non-DB trace to a dB trace. Used in measurement functions such as Bandwidth_Bandpass_3dB and Cutoff_Highpass_3dB.

Limiting a Measurement Expression to a Specific Range of Data

You can restrict the data that measurement expressions apply to.

To limit the data

  1. From the Plot menu, select Axis Settings.
  2. Click the X Axis tab
  3. Select User Defined in the Data Range frame and enter the desired start and finish values.
  4. Click OK.

All measurement expressions used are applied to the data range you specified.

Control Elements in Dialog Boxes

Help

Click to display Help.

Close

Click to close the measurement dialog box.

Measurement Function Expression

Type the measurement function argument.

Name of Trace to Search Frame

Type any other measurement arguments needed to complete the expression.

Box

Type your changes in this box.

This Measurement Function is Saved in the File

The location of the measurement function on your system.

New Measurement Function Name

Type the new name of the copied measurement function.

File to Keep Measurement Function in

Click to select the location of the copied measurement function.

List

The available sections are listed. Click to select.

All

Click to select all of the listed sections.

None

Click to select none of the listed sections.

expression arguments (1, 2, …, n )

These are placeholders for the Probe trace expressions that search commands are applied to. The number that identifies the expression argument (e.g., 1) corresponds to the search command labeled with the same number below.

When a measurement definition is used in the Add Trace dialog box, expression arguments are replaced with regular Probe trace expressions. For example, for the measurement definition

GainMargin (1,2)

You need to specify two trace expressions in the Trace Expression text box, e.g.,

GainMargin (Vp(Out), VdB(Out)).

substitution arguments (subarg1, subarg2, …, subargm)

These are optional arguments that follow the expression arguments.

In a measurement definition, these arguments are text strings, which can have any alphanumeric character or underscore (_) but cannot start with a number.

For example, in the measurement definition

bandwidth (1, db_level) = x2 -x1

db_level is the substitution argument. This measurement definition finds the db_level bandwidth of a signal.

When a measurement definition is used in the Add Trace dialog box, the values of these arguments are specified by replacing them with numbers, which are substituted into any of the measurement definition's search commands that contain the subargument text.

Example

bandwidth (VdB(out),3)

Introducing the Performance Analysis Wizard

The Performance Analysis wizard helps you complete the information necessary to generate a Performance Analysis trace. Just type or select the information as you go.

To start the Performance Analysis wizard, choose Performance Analysis from the Trace menu.

While you are in the wizard, a button bar is displayed at the bottom of every screen.

The following table describes the buttons.

Cancel

Cancel the Wizard and return to PSpice.

Back

Go back one Wizard screen.

Next

Go forward one Wizard screen.

Finish

Leave the Wizard and see the Performance Analysis.

Help

Click to go to the Wizard help system.

The Performance Analysis wizard has four steps:

  1. Introducing the Performance Analysis wizard
    Contains information about the wizard process
  2. Selecting a measurement
    Helps you select from the available, defined, measurements.
  3. Selecting measurement arguments
    Allows you to specify the arguments for the measurement.
  4. Testing the measurement
    Shows you the results of your measurement with the current arguments. You can redefine the arguments if the results are not what you expected.

When you are done with the Performance Analysis wizard, your trace is shown in Performance Analysis mode.

The Performance Analysis wizard creates simple Performance Analysis traces. If you need a Performance Analysis trace that is an expression of several measurements, you can add that trace manually.

Selecting a Measurement

The second step of the wizard helps you select a measurement definition.

To create a Performance Analysis trace, select the measurement definition you want. This measurement definition determines the characteristic that is extracted from each PSpice run and is plotted versus the variable that changes between simulation runs.

To find more information about each measurement definition listed, click a name in the list on the left side of the dialog box. If included in the .PRB file, an explanation about the selected measurement definition appears on the right side of the dialog box.

If the measurement definition you want is not listed, you can edit an existing measurement definition or create a new one to meet your needs.

To edit or create a new measurement definition, click the Measurements button.

Selecting Measurement Arguments

The third step of the wizard helps you fill in the measurement expression arguments.

Measurement expressions can have 2 types of arguments:

To specify the Measurement Expression argument

  1. Do one of the following:
    • Click the toolbar button{bmc BM18.SHG}. To change the listed traces, check or uncheck the output types. To select a trace, double-click a name in the Simulation Output Variables list. The name is copied to the appropriate argument box in the wizard.

    or
    • In the Name of Trace to Search box, type the name of the trace you want to evaluate.
  2. Depending on the measurement definition selected in the previous step, type the rest of the information in the boxes, or click the toolbar buttons to select the information.
  3. When you are done, click Next.

Testing the Measurement

The final step of the wizard views the plotted measurement. If the value of this measurement is not correct, or if the marked points are not on the right places on the trace, do one of the following:


Return to top