Tag Archives: Python

Python – MCC USB-1208FS-Plus

Using Python to see connection and simple measurement using MCC’s USB-1208FS-Plus Presentation Python code text see in console result Down of simple measurement to see on console Notes

Posted in MCC_USB_1208FS_Plus, Python, Test Sector | Tagged , , , , | Leave a comment

Python – Learn Queue GUI

Tkinter GUI to learn Queue, Put, Get, Empty, Full, Exception Handling Short video about 42sec Python Learn Queue – Code Text Download of code Notes

Posted in Python, Queue, Test Sector, tkinter | Tagged , , , , , , , , , | Leave a comment

Python – Analog Meter GUI example

Show use of Python tkinter canvas to create meter and also vertical slider (scale) with binding Short video of Analog Meter GUI example Text of Python code Download for code Notes

Posted in Test Sector | Tagged , , , , , , , , , , | Leave a comment

Python- Updated Wafer Display GUI with Test types

Updated a previous Wafer Display GUI Able to show what type failure occurred for different test by changing color of die. Also a Stop Testing button Video of combobox test type to show failed die, also show other die in … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , , , , | Leave a comment

Python – Wafer GUI example

Presentation on a Wafer Die Testing GUI example with Die grid, and pass, fail, total info python code for wafer gui example Notes Presentation: example Wafer GUI wih Pass Fail and Total Die testedProgramming Language used: Python 3.7 in SpyderPresentation … Continue reading

Posted in Test Sector | Tagged , , , , | Leave a comment

LV GUI to Python GUI template attempt

Presentation: create a Python GUI template using LV Gui to build it Used LabVIEW(r) cluster for window and frame Notes Presentation: An adventure to attempt LV GUI to Python GUI templateProgramming Language used: Python 3.7 in Spyder and LabVIEW®2019Python and … Continue reading

Posted in Test Sector | Tagged , , , , | Leave a comment

Python GUI Four UUT with Threading, progressbar, tab

Show a GUI tkinter using four UUT example with threading, includes progress bar and tabs. Not a how to setup mux communication, focus in on GUI and threading UUT 3 was made intentionally slow and to randomly fail to show … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , , , | Leave a comment

Python List or Dictionary using UUT Ch simulation example

Simulated UUT, channel, Measured value and results with a mini test report Python code example demo Notes

Posted in Python, Test Sector | Tagged , , , , , | Leave a comment

Python- Example One simulated DMM in Multiprocessing with Lock

showing why lock is need if you have multiple process (uuts to test) but only One DMM Focus is on Multiprocessing and Lock (not on DMM communication setup) code for Python3.7 used in Spyder End Code Notes

Posted in Test Sector | Tagged , , , , , , | Leave a comment

Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.

Showing use of functions and running sequence via list, with a mini Test report function List had Test function to run. Example Tests_seq=[component,electrical,optical,OE,EO] The OE test result in this example has a random result output which helps develope code for … Continue reading

Posted in Test Sector | Tagged , , , , | Leave a comment