Skip to content

Commit

Permalink
Publish DPT example script (#67)
Browse files Browse the repository at this point in the history
* Publish DPT example script

* Upgrade from 1.4, all details shown in the description

1. Adding time out input to the wait_for_scope_free(time_out_sec) function;
2. Adding 2 time delay command (time.sleep(1)) in the beginning and end of wait_for_scope_free(time_out_sec);
3. Comments print('all event messages: {}'.format(r)) in read_wfm_vertical()
4. Adding time.sleep(1) in the 3rd line of wait_for_scope_acq_stop_or_timeout()
5. Remove DUT type setting scope.write('MEASUrement:WBG:PDEVice MOSFET')
6. Adding MATH channel defination in # Set the WBG-DPT test items blockscope.write('MATH:' + id_mea_str + ':DEFine \"' + id_chn_str + '\"')
7. Adding current offset compensation condition to script (2 locations)
if id_zero_gate_beg != id_zero_gate_end:
8. Delete the status checking
r = int(scope.query('*esr?'))
r = scope.query('allev?').strip()
9. Put the customer settings in an order with 2 groups (basic/advanced)
  • Loading branch information
ningai85 authored Jun 6, 2024
1 parent 69740d6 commit 4500a92
Show file tree
Hide file tree
Showing 2 changed files with 1,047 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ MDO3, MSO4/5/6 Series Oscilloscopes & MSO5LP/6LP High Speed Digitizers
| **[Curvestream Maximum Speed (Tekworld Demo)](./src/CurvestreamMaximumSpeed)** | [![Python 3.8](https://img.shields.io/badge/python-3.8-&?labelColor=3E434A&colorB=006281&logo=python)](https://www.python.org/downloads/release/python-360/) |
| **[Hello Scope! Basic Control Example](./src/CSharpHelloScope)** | [![C Sharp](https://img.shields.io/badge/-C%20Sharp-&?labelColor=3E434A&colorB=73BF44&logo=Microsoft)](https://github.com/dotnet/roslyn) |
| **[Curve Query (Fetch Waveform) Windows Forms Example](./src/CSharpCurveQueryWinforms)** | [![C Sharp](https://img.shields.io/badge/-C%20Sharp-&?labelColor=3E434A&colorB=73BF44&logo=Microsoft)](https://github.com/dotnet/roslyn) |
| **[Simple Measurement Automation with tm_devices](./src/Measurements_tm_devices)** | [![Python 3.8](https://img.shields.io/badge/python-3.8-&?labelColor=3E434A&colorB=006281&logo=python)](https://www.python.org/downloads/release/python-360/) |
| **[Simple Measurement Automation with tm_devices](./src/Measurements_tm_devices)** | [![Python 3.8](https://img.shields.io/badge/python-3.8-&?labelColor=3E434A&colorB=006281&logo=python)](https://www.python.org/downloads/release/python-360/) |
| **[Double Pulse Test Example](./src/DoublePulseTestExample)** | [![Python 3.8](https://img.shields.io/badge/python-3.8-&?labelColor=3E434A&colorB=006281&logo=python)](https://www.python.org/downloads/release/python-360/) |
Loading

0 comments on commit 4500a92

Please sign in to comment.