Skip to content

Commit 4500a92

Browse files
authored
Publish DPT example script (tektronix#67)
* 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)
1 parent 69740d6 commit 4500a92

File tree

2 files changed

+1047
-1
lines changed

2 files changed

+1047
-1
lines changed

Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ MDO3, MSO4/5/6 Series Oscilloscopes & MSO5LP/6LP High Speed Digitizers
1818
| **[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/) |
1919
| **[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) |
2020
| **[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) |
21-
| **[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/) |
21+
| **[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/) |
22+
| **[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/) |

0 commit comments

Comments
 (0)