1

I'm using PSpice, and when I am in the probe window, and I want to mark a specific point in the probe window, I'm using
Trace->Cursor->Search Command
and the I'm typing sf le (10)
This command searching for the closest Y value to the cursor that equal to 10.
So my question is where can I find all the search commands that possible?
I searched in google, and the following tutorials

and more.. but couldn't find list of all the commands that are possible.

Does anyone seen this kind of tutorial or cheat sheet??

Regards
Matt

Matt. St
  • 135
  • 2
  • 7
  • here : http://www.seas.upenn.edu/~jan/spice/PSpice_UserguideOrCAD.pdf on page 92, they say "see this on the online PSpice help" about these commands. Couldn't find what help they were referring to though... – Florent May 09 '16 at 13:35

1 Answers1

1

I found it here, page 207 :

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

there's also detail on each option of the command.

I guess in your command, sf is an alias for "search forward"

Hope this helps

Florent
  • 370
  • 3
  • 18