Skip to content

Commit

Permalink
Update DMM6500 READMEs
Browse files Browse the repository at this point in the history
Added README to DMM6500 folder, corrected erroneous README title in Streaming Examples
  • Loading branch information
Little-LIZard committed Aug 23, 2024
1 parent 17368ad commit f93aae1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions Instrument_Examples/DMM6500/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# DMM6500 Examples

These code examples are a good place to start learning how to work with your [DMM6500 Digital Multimeter System](https://www.tek.com/en/products/keithley/digital-multimeter/dmm6500) over a remote interface.

## Directory

[comment]: **[DMM6500](./directory)**

* **[Applying Limits and Enhancing User Feeback](./Applying_Limits_and_Enhancing_User_Feedback/)**
Python script demonstrating the use of applying limits and updating the user screen on touchcreen series DMMs

* **[Basic Measurements](./Basic%20Measurements/)**
TSP scripts for various examples of basic measurement acquisition, i.e. 4-Wire Resistance, Temperature, Voltage

* **[Grading and Binning Resistors](./Grading_and_Binning_Resistors/)**
Application note and TSP code demonstrating how to use the DMM6500 to perform benchtop binning operations

* **[Measuring 4-Wire Resistance with OCOMP](./Measuring_4W_Res_with_OCOMP/)**
Application note and TSP code for measuring 4-Wire resistance with the DMM6500's Offset Compensated Ohms method functionality.

* **[Measuring DC Voltage with High Accuracy](./Measuring_DCV_With_High_Accuracy/)**
Application note and TSP code for performing high accuracy voltage measurements, useful for metrology laboratories.

* **[Measuring Power Using Digitizing](./Measuring_Power_Using_Digitizing/)**
Application note and TSP code for Power Measurements using Digitizer functions. The note demonstarates the configuration of two DMM6500 instruments to use TSP-Link to measure power consumed by a Bluetooth low energy (BLE) device.

* **[Scanning Temperature to USB](./Scanning_Temperature_to_USB/)**
Application note and TSP code demonstrating how to log temperature measurements from multiple scan card channels at 1rdg/s for 24 hours. The data is saved to a flash drive.

* **[Streaming Examples](./Streaming_Examples/)**
Automation examples to collect and stream readings back to the controlling PC. Includes an example for streaming as well as digitizing on two TSP-Linked DMM6500s.

* **[TSP-Link Examples](./TSP-Link%20Examples/)**
Example to configure two DMM6500 instruments to use TSP-Link to measure the power consumed by a Bluetooth (R) low energy (BLE) device

* **[Upload and Execute a Test Sequence to the Series 2260B Power Supply](./Upload_and_Execute_a_Test_Sequence_to_the_Series_2260B_Power_Supply/)**
Python and TSP code to execute a test sequence defined by a CSV file. CSV files included.

* **[Check Burden Voltage](./Check_Burden_Voltage.tsp/)**
TSP examples to check voltage drop on selected current range of max current in default buffer.

* **[Linear Conversion](./LinearConversion.tsp/)**
TSP code to calculate the two constants, m and b of the linear conversion, apply them as a math operation and set unit Y = m.X+b

* **[Save Measurement](./ave_Measurement.tsp/)**
TSP code to save defbuffer1 + basic statistics to USB flash drive.

4 changes: 2 additions & 2 deletions Instrument_Examples/DMM6500/Streaming_Examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Resistivty of Materials
# Streaming Examples

This GitHub repository features automation examples used in determining resistivity of materials made using one or multiple Keithley Instruments products.
This GitHub repository features automation examples that stream data from the DMM to the controlling PC during execution.

## Directory

Expand Down

0 comments on commit f93aae1

Please sign in to comment.