Commit 4500a92
authored
Publish DPT example script (#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- Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers
- src/DoublePulseTestExample
2 files changed
+1047
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
0 commit comments