Electrical – How to Plot X/Y in Java Circuit Simulator

falstadfrequency responsejavaplotsimulation

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.

Best Answer

To create an X/Y plot in Falstad's Java Circuit Simulator, do the following:

  1. Right click on the component that you would like to measure for your 'X' variable.
  2. Select 'View in scope'.
  3. Right click on the waveform and uncheck 'Show Voltage' or 'Show Current' to isolate the 'X' variable that you would like to plot.
  4. Right click on the waveform again and select 'Plot X/Y'.
  5. Place a scope probe where you would like to measure the voltage.
  6. Right click on the waveform again and choose 'Select Y'.
  7. 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!

Related Topic