Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish DPT example script #67

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Conversation

ningai85
Copy link
Contributor

@ningai85 ningai85 commented Jun 5, 2024

Pull Request Checklist

Please review the Contribution Guidelines before submitting.

  • Pulling against the master branch (left side).
  • You have previously submitted a Contributor License Agreement or have contacted a maintainer to request one.

Type (Select only one)

  • Bug fix
  • Working example
  • In-progress example (need Tektronix help)
  • In-progress example (does not need Tektronix help)

Description

Double pulse test application notes plus the example script review application,
If there is any issues or concerns or unclear situations, please contact me.

@CLAassistant
Copy link

CLAassistant commented Jun 5, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@dwyban
Copy link
Member

dwyban commented Jun 5, 2024

CLA assistant check Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it.

@ningai85 I believe you need to click the link in the CLA Assistant to submit a CLA.

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)
@dwyban dwyban merged commit 4500a92 into tektronix:master Jun 6, 2024
3 checks passed
Copy link
Member

@dwyban dwyban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants