PSpice User Guide

PSpice User Guide

Issue link: https://resources.pcb.cadence.com/i/1180526

Contents of this Issue

Navigation

Page 793 of 884

PSpice User Guide Measurement expressions October 2019 794 Product Version 17.4-2019 © 1999-2019 All Rights Reserved. point707(1) = y1 7. Type in the search function. { 1|Search forward level(70.7%, p) !1; } Note: The search function is enclosed within curly braces. Always place a semicolon at the end of the last search function. 8. Type in any explanatory comments you want: * *#Desc#* Find the .707 value of the trace. * *#Arg1#* Name of trace to search * Similarly, you can create complex measurements. For example, you might want to determine the time at which a current wave crosses a specified value, say 2mA, and then determine the voltage value at this time. You can use the following syntax: (1,2,Y_value,n_occur)=y2 * *#Desc#* Find the value of voltage at the time at which current crosses Y_value for the nth time. *#Arg1#* Name of current trace to search *#Arg2#* Name of voltage trace to search *#Arg3#* Y value *#Arg4#* nth occurrence * { 1| search forward for n_occur:level (Y_value,positive) !1 ; 2| search forward Xvalue (x1) !2 ; } Note: For syntax information, see Measurement definition syntax on page 795.

Articles in this issue

view archives of PSpice User Guide - PSpice User Guide