-
Recent Posts
- 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)
- Excel(r) create cell reference from Concatenated Text
- LV Picture functions – Space ship payload control example
- LV Simple Schematic Builder
- LV XY Graph and Annotation
- Barcode BMP image to Number
- LV Spiral
- Simple Display Sign using Excel and Macros
- LV Modified Vertical and Horizontal Slider and Boolean
- LV Position and Bounds
- EXCEL VBA UserForm Project Status continued (Enter button)
- Excel® Focus on Userform VBA operation in a ProjectStatus example
- LV_BOAT_GATE_Drydock
Categories
Meta
Tag Archives: python3
File Data to Graph XY PLOT
Presentation on taking a file with the following format: [Section] Header0, Header1 Data1x, Data1y Datanx,Datany ****** File example (testreport1.txt) [RF_Meas1] Freq_MHz,Output1_dB 100,20 200,20 300,19 400,19 500,19 600,18 700,17 800,15 900,12 1000,10 ****** [RF_Meas2] Freq_MHz,Output2_dB 100,21 200,21 300,18 400,18 500,18 600,17 … Continue reading →
Posted in Test Sector
|
Tagged Comma Separated Value, File Format, find, List or Dictionary, matlibplot, Python, python3, rstrip, section header data, split
|
Leave a comment