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

Adding wbg dpt example #65

Closed
wants to merge 1 commit into from

Adding wbg dpt example

8495f82
Select commit
Loading
Failed to load commit list.
Closed

Adding wbg dpt example #65

Adding wbg dpt example
8495f82
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 28, 2024 in 4s

26 new alerts

New alerts in code changed by this pull request

  • 22 warnings
  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 160 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'path_set' is not used.

Check warning on line 329 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'vgs_chn_max' is unnecessary as it is
redefined
before this value is used.

Check warning on line 336 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'vgs_margin_limit' is unnecessary as it is
redefined
before this value is used.

Check warning on line 407 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'vds_chn_max' is unnecessary as it is
redefined
before this value is used.

Check warning on line 414 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'vds_margin_limit' is unnecessary as it is
redefined
before this value is used.

Check warning on line 487 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'id_chn_max' is unnecessary as it is
redefined
before this value is used.

Check warning on line 494 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'id_margin_limit' is unnecessary as it is
redefined
before this value is used.

Check notice on line 155 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'sys' is not used.

Check notice on line 156 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'shutil' is not used.

Check notice on line 169 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'csv' is not used.

Check warning on line 624 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 626 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 628 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 631 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 634 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 661 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 727 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 731 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 738 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 746 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 780 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 980 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 984 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 989 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check warning on line 998 in Examples/Oscilloscopes/TekSeriesScopes_HighSpeedDigitizers/src/DoublePulseTestExample/dpt_test_auto.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.