Does anyone know how to select the Y variable when doing an X/Y Plot in Java Circuit Simulator? I tried many things and none have worked.
Asked
Active
Viewed 1,762 times
1
-
I an not familiar with this particular simulation package. To me Java is a programming language. Please add a link to your question for a download or home page. – Warren Hill Sep 14 '17 at 19:24
-
Click here: http://www.goo.gl/YkzseZ – Takide Sep 17 '17 at 03:06
1 Answers
1
To create an X/Y plot in Falstad's Java Circuit Simulator, do the following:
- Right click on the component that you would like to measure for your 'X' variable.
- Select 'View in scope'.
- Right click on the waveform and uncheck 'Show Voltage' or 'Show Current' to isolate the 'X' variable that you would like to plot.
- Right click on the waveform again and select 'Plot X/Y'.
- Place a scope probe where you would like to measure the voltage.
- Right click on the waveform again and choose 'Select Y'.
- Lastly, left click on the probe that you would like to use as your 'Y' axis.
Note that you can only measure voltages on the 'Y' axis of an X/Y plot!

Takide
- 505
- 1
- 6
- 19
-
2you can also demonstrate VAR power (uWrms) in a capacitor with VI traces in XY mode and display FFT spectrum in a crude linear method. Here I show a square to sine DAC converter with an FM sweep. http://tinyurl.com/y94z9l6c with scope showing peak values and autoscaling with Max option. – Tony Stewart EE75 Sep 14 '17 at 18:51
-