Jump to content
Fourth of July -- Digilent US offices closed ×
  • 0

I-V curve plotting with AD3


Analog

Question

I'm wondering if there is a way to automate I-V curve plotting using JavaScript on AD3, I plan to take the measurements using the script editor (I know there's a way to do this using the Tracer window but Tracer cannot be used at the same time as the other instruments), save them in a file and then use the file to plot the curves (all in one code). Is this feasible or is there a better way to do this?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi @Analog

The Tracer tool takes control over Scope and two Wavegen channels. When used with the Transistor Tester Adapter it also controls the Supplies and Static IO.
The automation can be done using the Script tool. For export use like: Tracer.Export("~/Documents/trace"+index+".csv", "Trace")
If you control the instruments separately you can export the Scope XY view like: Scope.Export("~/Documents/xy"+index+".csv", "XY1")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...