-
Recent Posts
- Python- Example One simulated DMM in Multiprocessing with Lock
- LV Slider with multiple slides and custom pointer
- LV Waveform Chart and History Data part2
- LV Waveform Chart and History Length and History Data
- LV Some ArrayElement Properties
- LV Sequence Editor Creator Example
- LV Custom Right Click menu for Control
- LV Create Simulated USB6008 to try out a Project Template for Measuring and Logging
- LV Wafer Display (Reticle and Die)
- LV Some Basic 8bit (boolean) array opeartions
- LV Json Example Use
- LabVIEW(r) Preload an Enum with a String Array
- LV Tabs is not an enum
- LV StandAlone or in SubPanel
- LV MultiColumn List Box (MCLB)
- LV Enum and String
- Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
- LV Random number tools (two shown) (0-100)
- Finding Exponent that best matches a exponent type data set in LV base version – two methods – (one setup , Focus Targeting- Coarse-Fine).
- LV 2D Array ( Add, Insert, Delete)
Categories
Meta
Tag Archives: Python3.7
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 Lock, Multiprocessing, One DMM multiple UUTs, Python, Python3.7, Queues, UUT Testing
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 Python, Python3.7, random from list, Run Function list, Test function example
Leave a comment