Author Topic: LTSpice not displaying voltage probes  (Read 14148 times)

0 Members and 2 Guests are viewing this topic.

Offline xander18Topic starter

  • Newbie
  • Posts: 2
  • Country: us
LTSpice not displaying voltage probes
« on: January 27, 2016, 04:42:24 am »
Hey all,

My install of LTSpice IV doesn't show the actual voltage probes on the schematic after running the simulation. It plots it out but the actual markers don't show up on the schematic. I can't seem to find an option for this and no mention in LT literature. It would be a nice feature to have.

Is this a bug and can anyone help me squash it?

Relevant xkcd:
https://xkcd.com/979/
 

Offline Dago

  • Frequent Contributor
  • **
  • Posts: 659
  • Country: fi
    • Electronics blog about whatever I happen to build!
Re: LTSpice not displaying voltage probes
« Reply #1 on: January 27, 2016, 06:05:53 am »
I don't think there are any visible probes in ltspice. The traces shows the nodenames ("V(n001)" etc.) which I agree is not terribly handy...
Come and check my projects at http://www.dgkelectronics.com ! I also tweet as https://twitter.com/DGKelectronics
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 12852
Re: LTSpice not displaying voltage probes
« Reply #2 on: January 27, 2016, 06:26:38 am »
Label the nodes you are interested in and the waveform viewer will use those labels. Its a kludge that demands preplanning but its easier than mouseovering to locate node numbers once you have several similar traces active.
 

Offline macboy

  • Super Contributor
  • ***
  • Posts: 2254
  • Country: ca
Re: LTSpice not displaying voltage probes
« Reply #3 on: January 27, 2016, 02:17:37 pm »
You can have LTSpice show DC voltages directly on schematic nodes. Close the plot window that automatically opens when the simulation is run. Now just left click the nodes to place the voltage markers. If the plot window is open, then you have only the probe tool for displaying plots of nodes, that's why you need to close the plot window first. The DC voltages shown are based on the solution to the the initial DC operating point, so make sure not to select "Start DC supply voltages at 0V" in the sim options.
« Last Edit: January 27, 2016, 02:20:10 pm by macboy »
 

Offline xander18Topic starter

  • Newbie
  • Posts: 2
  • Country: us
Re: LTSpice not displaying voltage probes
« Reply #4 on: January 27, 2016, 03:09:09 pm »
Dago, I guess that would settle it. I was looking for indicators like the ones in OrCAD Pspice (http://www.alciro.org/images/alciro/1208_pspice-sondas-de-se%C3%B1al.png). I just assumed they would be there... whatever, just an inconvenience and the price is right!

Thanks everyone else for the other features and tips, I'll use something like that.
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 12852
Re: LTSpice not displaying voltage probes
« Reply #5 on: January 27, 2016, 04:19:37 pm »
You can also right click and use the view sub-menu to place a .op label (usually a node voltage display label as discussed above) absolutely anywhere on the schematic background with the waveform  window still open.  If it isn't on a node it will show as ? ? ?.  Right click it and you get a list of data values it can display.  If you leave the expression as $ it displays the voltage of the node its connected to. but you can delete that, and click any of the list instead, or even do maths on them. 

See 'Waveform Arithmetic' in the help for valid functions and operators, or you can define your own. e.g:
If you add the function:
Code: [Select]
.func dp(x,y)  {round(x*(10**y))/(10**y)} to your plot defs file, you can easily round them to the desired number of digits.  However this rounding is done on the base unit, so if it for example is displaying in mV, you'll need to use dp($,5) to get 2 digits after the decimal point rather than the dp($,2) you would expect which would work if the node voltage was large enough to display in volts.

See http://ltwiki.org/index.php5?title=Undocumented_LTspice#Operating_Point_Data_Labels_.28visible_numeric_dc_bias_values.29
 
« Last Edit: January 27, 2016, 04:22:03 pm by Ian.M »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf