See setup for required setup prior to first use.
Main scripts intended for execution are in the root of ul1400_1_analyzer.
These need to be run from the repo root to make paths work correctly.
This project is developed with python 3.10, but it may work with earlier versions at this time.
This can be executed by providing the letgo sub-command when calling
main.py. An example of running this from the repo root directory:
python ul1400_1_analyzer/main.py letgo -i tek_mso4 -f csv -d path/to/data.csv -c math1 -v ch1 -e dry -s 1e-6
where:
letgospecifies that this performing the let-go evaluation-i tek_mso4specifies the data to import is sourced from the Tektronix MSO 4-series-f csvspecifies the data being imported is in CSV format-d path/to/data.csvis the relative or absolute file path to the source data-c math1is the identifier for the current data in that source data file-v ch1is the identifier for the voltage data in that source data file-e dryspecifies to analyze the voltage data for dry conditions-s 1e-6specifies to only use data at the 1us time and later
See python ul1400_1_analyzer/main.py letgo -h for a full list of options.