Skip to content

Latest commit

 

History

History

Series_2400_Graphical

Series 2400 Graphical Source Measure Units

These examples include those found in the User Manual, Application Notes, and other sources. The files in this directory will work with all 2400 Graphical SMUs, the sub directories will generally only work for those units, but might be able to be adapted.

Directory

Specific to instruments:

Instrument agnostic (In this directory):

  • Controlled Ramp
    A TSP script to sweep at a defined speed using a timer and the trigger model.

  • Battery Cycler
    This Python script can be used to perform battery cycling (charge/discharge) testing. See comments in the file for details.

  • PulseTrain_SVMI
    Defines an operation to toggle between two source levels when a timer object elapses. The timer object is also used as the stimulus for a digital output strobe; this gives some timing marks to have more insight into the trigger blocks rate of operation/speed.

  • SimplePulse_SIMV
    Defines just about the simplest pulse that sources current and measures voltage. Use it as a starter for simple pulse needs. It does not use the dedicated pulse mode present in the 2461 SMU.

  • SimplePulse_SVMI
    Defines just about the simplest pulse that sources voltage and measures current. Use it as a starter for simple pulse needs. It does not use the dedicated pulse mode present in the 2461 SMU.

  • Source Constant Power
    A TSP script that sources constant power by adjusting voltage or current.