module-qc-tools 2.2.7__tar.gz → 2.2.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- module_qc_tools-2.2.8/.gitlab-ci.yml +189 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/PKG-INFO +4 -4
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/README.md +1 -1
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/install.md +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/pyproject.toml +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/_version.py +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/ADC_CALIBRATION.py +3 -5
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/ANALOG_READBACK.py +4 -7
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/DATA_TRANSMISSION.py +4 -6
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/INJECTION_CAPACITANCE.py +3 -10
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/IV_MEASURE.py +3 -5
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/LONG_TERM_STABILITY_DCS.py +2 -4
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/LP_MODE.py +3 -10
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/OVERVOLTAGE_PROTECTION.py +3 -10
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/SLDO.py +3 -10
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/UNDERSHUNT_PROTECTION.py +3 -10
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/VCAL_CALIBRATION.py +4 -11
- module_qc_tools-2.2.8/src/module_qc_tools/console.py +3 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/configs/example_merged_vmux_itkpixv2.json +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/connectivity/chip/dummy_chip1.json +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/connectivity/chip/dummy_chip2.json +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/connectivity/chip/dummy_chip3.json +2 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/connectivity/chip/dummy_chip4.json +2 -2
- module_qc_tools-2.2.8/src/module_qc_tools/data/schema/common.json +1843 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/analog_readback.py +0 -14
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/iv_measure.py +86 -57
- module_qc_tools-2.2.8/src/module_qc_tools/measurements/long_term_stability_dcs.py +176 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/lp_mode.py +1 -6
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/overvoltage_protection.py +0 -6
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/sldo.py +0 -6
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/undershunt_protection.py +0 -6
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/hardware_control_base.py +5 -2
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/misc.py +27 -5
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/yarr.py +12 -28
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/tbump.toml +2 -2
- module_qc_tools-2.2.8/tests/conftest.py +26 -0
- module_qc_tools-2.2.8/tests/test_emulator.py +143 -0
- module_qc_tools-2.2.8/tests/test_schema/cutter_pcb_tab.json +29 -0
- module_qc_tools-2.2.8/tests/test_schema/cutter_pcb_tab_BAD.json +29 -0
- module_qc_tools-2.2.8/tests/test_schema.py +29 -0
- module_qc_tools-2.2.7/.gitlab-ci.yml +0 -722
- module_qc_tools-2.2.7/Measurements/ADC_CALIBRATION/2024-10-03_210638/20UPGXM1234567.json +0 -770
- module_qc_tools-2.2.7/Measurements/ADC_CALIBRATION/2024-10-03_210648/20UPGXM1234567.json +0 -578
- module_qc_tools-2.2.7/Measurements/ANALOG_READBACK/2024-10-03_210634/20UPGXM1234567.json +0 -9450
- module_qc_tools-2.2.7/Measurements/ANALOG_READBACK/2024-10-03_210639/20UPGXM1234567.json +0 -7070
- module_qc_tools-2.2.7/Measurements/DATA_TRANSMISSION/2024-10-03_210646/20UPGXM1234567.json +0 -512
- module_qc_tools-2.2.7/Measurements/INJECTION_CAPACITANCE/2024-10-03_210639/20UPGXM1234567.json +0 -566
- module_qc_tools-2.2.7/Measurements/INJECTION_CAPACITANCE/2024-10-03_210650/20UPGXM1234567.json +0 -419
- module_qc_tools-2.2.7/Measurements/IV_MEASURE/2024-10-03_210654/20UPGXM1234567.json +0 -266
- module_qc_tools-2.2.7/Measurements/LP_MODE/2024-10-03_210651/20UPGXM1234567.json +0 -742
- module_qc_tools-2.2.7/Measurements/LP_MODE/2024-10-03_210654/20UPGXM1234567.json +0 -551
- module_qc_tools-2.2.7/Measurements/OVERVOLTAGE_PROTECTION/2024-10-03_210641/20UPGXM1234567.json +0 -622
- module_qc_tools-2.2.7/Measurements/OVERVOLTAGE_PROTECTION/2024-10-03_210650/20UPGXM1234567.json +0 -467
- module_qc_tools-2.2.7/Measurements/OVERVOLTAGE_PROTECTION/2024-10-03_210653/20UPGXM1234567.json +0 -630
- module_qc_tools-2.2.7/Measurements/SLDO/2024-10-03_210631/20UPGXM1234567.json +0 -1942
- module_qc_tools-2.2.7/Measurements/SLDO/2024-10-03_210636/20UPGXM1234567.json +0 -1950
- module_qc_tools-2.2.7/Measurements/SLDO/2024-10-03_210647/20UPGXM1234567.json +0 -1457
- module_qc_tools-2.2.7/Measurements/UNDERSHUNT_PROTECTION/2024-10-03_210643/20UPGXM1234567.json +0 -918
- module_qc_tools-2.2.7/Measurements/UNDERSHUNT_PROTECTION/2024-10-03_210646/20UPGXM1234567.json +0 -689
- module_qc_tools-2.2.7/Measurements/UNDERSHUNT_PROTECTION/2024-10-03_210656/20UPGXM1234567.json +0 -926
- module_qc_tools-2.2.7/Measurements/VCAL_CALIBRATION/2024-10-03_210636/20UPGXM1234567.json +0 -2602
- module_qc_tools-2.2.7/Measurements/VCAL_CALIBRATION/2024-10-03_210642/20UPGXM1234567.json +0 -1952
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/ADC_CALIBRATION.json +0 -54
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/ANALOG_READBACK.json +0 -219
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/DATA_TRANSMISSION.json +0 -51
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/INJECTION_CAPACITANCE.json +0 -54
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/IV_MEASURE.json +0 -42
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/LONG_TERM_STABILITY_DCS.json +0 -81
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/LP_MODE.json +0 -63
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/OVERVOLTAGE_PROTECTION.json +0 -59
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/SLDO.json +0 -65
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/UNDERSHUNT_PROTECTION.json +0 -57
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/VCAL_CALIBRATION.json +0 -55
- module_qc_tools-2.2.7/src/module_qc_tools/data/schema/common.json +0 -985
- module_qc_tools-2.2.7/src/module_qc_tools/measurements/long_term_stability_dcs.py +0 -123
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/.gitignore +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/.gitmodules +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/.linkcheckerrc +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/.pre-commit-config.yaml +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/LICENSE +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/.gitkeep +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/.overrides/main.html +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/.snippets/abbrs.txt +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/.snippets/links.txt +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/assets/css/custom.css +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/config.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/development.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/history.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/index.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/measurements.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/meta/authors.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/reference/cli.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/reference/gen_ref_nav.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSV0mf0h.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSZ0mf0h.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSd0mf0h.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSt0mf0h.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSx0mf0h.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtElOUlYIw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEleUlYIw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEluUlYIw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEm-Ul.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEmOUlYIw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts/L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEn-UlYIw.woff2 +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/fonts.css +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/docs/stylesheets/readme.txt +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/emulator/README.md +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/mkdocs.yml +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/__init__.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/__init__.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/__main__.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/globals.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/hardware_emulator.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/main.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/upload_localdb.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/configs/emulator_merged_vmux.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/configs/example_merged_vmux.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/configs/example_separate_vmux.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/connectivity/20UPGXM1234567_Lx_dummy.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/connectivity/20UPGXM1234567_Lx_dummy_disabledchip.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/configs/controller/specCfg-rd53b.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/emulator/module_state_template.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/data/schema/config.json +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/__init__.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/adc_calibration.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/data_transmission.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/injection_capacitance.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/measurements/vcal_calibration.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/__init__.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/multimeter.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/ntc.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/power_supply.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/utils/subprocess_emulator.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/tests/test_measurements.py +0 -0
- {module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/tests/test_package.py +0 -0
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
stages:
|
|
2
|
+
- autoupdate
|
|
3
|
+
- check
|
|
4
|
+
- test
|
|
5
|
+
- build
|
|
6
|
+
- deploy
|
|
7
|
+
|
|
8
|
+
variables:
|
|
9
|
+
# see https://docs.gitlab.com/ee/ci/caching/#cache-python-dependencies
|
|
10
|
+
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
|
11
|
+
PRE_COMMIT_HOME: "$CI_PROJECT_DIR/.cache/pre-commit"
|
|
12
|
+
|
|
13
|
+
cache:
|
|
14
|
+
paths:
|
|
15
|
+
- .cache/pip
|
|
16
|
+
- .cache/pre-commit
|
|
17
|
+
- venv/
|
|
18
|
+
|
|
19
|
+
image: registry.cern.ch/docker.io/library/python:3.11-buster
|
|
20
|
+
before_script:
|
|
21
|
+
# want to set up a virtualenv to cache
|
|
22
|
+
- apt-get install -y --no-install-recommends git
|
|
23
|
+
- python -V
|
|
24
|
+
- git config --global credential.helper 'cache'
|
|
25
|
+
- |
|
|
26
|
+
echo "protocol=https
|
|
27
|
+
host=gitlab.cern.ch
|
|
28
|
+
username=gitlab-ci-token
|
|
29
|
+
password=${CI_JOB_TOKEN}
|
|
30
|
+
" | git credential approve
|
|
31
|
+
- python -m venv venv
|
|
32
|
+
- source venv/bin/activate
|
|
33
|
+
- python -m pip install -U pip pipx
|
|
34
|
+
- python -m pipx ensurepath
|
|
35
|
+
- python -m pip freeze --local
|
|
36
|
+
|
|
37
|
+
# NB: repo-review requires python>=3.10
|
|
38
|
+
review:
|
|
39
|
+
image: registry.cern.ch/docker.io/library/python:3.10-buster
|
|
40
|
+
stage: check
|
|
41
|
+
script:
|
|
42
|
+
- pipx run 'sp-repo-review[cli]' .
|
|
43
|
+
|
|
44
|
+
lint:
|
|
45
|
+
stage: check
|
|
46
|
+
rules:
|
|
47
|
+
- if: $CI_PIPELINE_SOURCE == "push"
|
|
48
|
+
script:
|
|
49
|
+
- pipx run hatch run lint
|
|
50
|
+
|
|
51
|
+
pre-commit:
|
|
52
|
+
stage: check
|
|
53
|
+
variables:
|
|
54
|
+
PRE_COMMIT_HOME: "$CI_PROJECT_DIR/.cache/pre-commit"
|
|
55
|
+
rules:
|
|
56
|
+
- if: $CI_PIPELINE_SOURCE == "push"
|
|
57
|
+
script:
|
|
58
|
+
- pipx run pre-commit run --hook-stage manual --all-files
|
|
59
|
+
cache:
|
|
60
|
+
key:
|
|
61
|
+
files:
|
|
62
|
+
- .pre-commit-config.yaml
|
|
63
|
+
paths:
|
|
64
|
+
- .cache/pre-commit
|
|
65
|
+
|
|
66
|
+
pre-commit-autoupdate:
|
|
67
|
+
stage: autoupdate
|
|
68
|
+
rules:
|
|
69
|
+
- if: $CI_PIPELINE_SOURCE == "schedule"
|
|
70
|
+
when: always
|
|
71
|
+
- if:
|
|
72
|
+
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
73
|
+
when: manual
|
|
74
|
+
# manual jobs need allow_failure? https://gitlab.com/gitlab-org/gitlab/-/issues/233876
|
|
75
|
+
allow_failure: true
|
|
76
|
+
script:
|
|
77
|
+
- python -m pip install pre-commit
|
|
78
|
+
- python -m pip freeze --local
|
|
79
|
+
- ci/pre-commit-update.sh
|
|
80
|
+
|
|
81
|
+
cache:
|
|
82
|
+
key:
|
|
83
|
+
files:
|
|
84
|
+
- .pre-commit-config.yaml
|
|
85
|
+
paths:
|
|
86
|
+
- .cache/pre-commit
|
|
87
|
+
|
|
88
|
+
tests:
|
|
89
|
+
stage: test
|
|
90
|
+
image: $IMAGE
|
|
91
|
+
script:
|
|
92
|
+
- git clone
|
|
93
|
+
https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.cern.ch/atlas-itk/pixel/module/module-qc-tools
|
|
94
|
+
- pipx run hatch run +py=${PYTHON_VERSION} dev:test
|
|
95
|
+
parallel:
|
|
96
|
+
matrix:
|
|
97
|
+
- IMAGE: "registry.cern.ch/docker.io/library/python:3.8-buster"
|
|
98
|
+
PYTHON_VERSION: "3.8"
|
|
99
|
+
- IMAGE: "registry.cern.ch/docker.io/library/python:3.9-buster"
|
|
100
|
+
PYTHON_VERSION: "3.9"
|
|
101
|
+
- IMAGE: "registry.cern.ch/docker.io/library/python:3.10-buster"
|
|
102
|
+
PYTHON_VERSION: "3.10"
|
|
103
|
+
- IMAGE: "registry.cern.ch/docker.io/library/python:3.11-buster"
|
|
104
|
+
PYTHON_VERSION: "3.11"
|
|
105
|
+
- IMAGE: "registry.cern.ch/docker.io/library/python:3.12-bullseye"
|
|
106
|
+
PYTHON_VERSION: "3.12"
|
|
107
|
+
|
|
108
|
+
.test:
|
|
109
|
+
image: registry.cern.ch/docker.io/library/python:3.8-buster
|
|
110
|
+
stage: test
|
|
111
|
+
|
|
112
|
+
make-docs:
|
|
113
|
+
stage: test
|
|
114
|
+
image: registry.cern.ch/docker.io/library/python:3.11-bullseye
|
|
115
|
+
rules:
|
|
116
|
+
- if: $CI_PIPELINE_SOURCE == "push"
|
|
117
|
+
script: pipx run hatch run docs:build-check
|
|
118
|
+
|
|
119
|
+
package:
|
|
120
|
+
stage: build
|
|
121
|
+
rules:
|
|
122
|
+
- if: $CI_PIPELINE_SOURCE == "push"
|
|
123
|
+
script:
|
|
124
|
+
- pipx run hatch run build-check
|
|
125
|
+
artifacts:
|
|
126
|
+
paths:
|
|
127
|
+
- dist/
|
|
128
|
+
expire_in: 1 day
|
|
129
|
+
|
|
130
|
+
.deploy_package:
|
|
131
|
+
stage: deploy
|
|
132
|
+
dependencies:
|
|
133
|
+
- package
|
|
134
|
+
script:
|
|
135
|
+
- pipx run hatch run upload
|
|
136
|
+
|
|
137
|
+
deploy_package_gitlab:
|
|
138
|
+
extends: .deploy_package
|
|
139
|
+
rules:
|
|
140
|
+
- if:
|
|
141
|
+
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"
|
|
142
|
+
variables:
|
|
143
|
+
TWINE_REPOSITORY_URL: "https://gitlab.cern.ch/api/v4/projects/${CI_PROJECT_ID}/packages/pypi"
|
|
144
|
+
TWINE_USERNAME: "gitlab-ci-token"
|
|
145
|
+
TWINE_PASSWORD: "${CI_JOB_TOKEN}"
|
|
146
|
+
|
|
147
|
+
deploy_package_pypi:
|
|
148
|
+
extends: .deploy_package
|
|
149
|
+
only:
|
|
150
|
+
- tags
|
|
151
|
+
variables:
|
|
152
|
+
TWINE_REPOSITORY: pypi
|
|
153
|
+
TWINE_USERNAME: __token__
|
|
154
|
+
TWINE_PASSWORD: $PYPI_TOKEN
|
|
155
|
+
|
|
156
|
+
deploy_docs_dev:
|
|
157
|
+
stage: deploy
|
|
158
|
+
resource_group: documentation
|
|
159
|
+
rules:
|
|
160
|
+
- if:
|
|
161
|
+
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"
|
|
162
|
+
script:
|
|
163
|
+
# the next three lines are just to commit and push pages to the project
|
|
164
|
+
- git config --global user.email
|
|
165
|
+
"project_139533_bot_52a0e9bbb1570326242e61cb6cd9d917@noreply.gitlab.cern.ch"
|
|
166
|
+
- git config --global user.name "pre-commit-ci"
|
|
167
|
+
- git remote set-url origin
|
|
168
|
+
"https://__pre-commit_ci_token:${PRE_COMMIT_CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.git"
|
|
169
|
+
# this is the script
|
|
170
|
+
- pipx run hatch run docs:deploy dev
|
|
171
|
+
|
|
172
|
+
deploy_docs_latest:
|
|
173
|
+
stage: deploy
|
|
174
|
+
resource_group: documentation
|
|
175
|
+
only:
|
|
176
|
+
- tags
|
|
177
|
+
script:
|
|
178
|
+
# the next three lines are just to commit and push pages to the project
|
|
179
|
+
- git config --global user.email
|
|
180
|
+
"project_139533_bot_52a0e9bbb1570326242e61cb6cd9d917@noreply.gitlab.cern.ch"
|
|
181
|
+
- git config --global user.name "pre-commit-ci"
|
|
182
|
+
- git remote set-url origin
|
|
183
|
+
"https://__pre-commit_ci_token:${PRE_COMMIT_CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.git"
|
|
184
|
+
# this is the script
|
|
185
|
+
- VERSION=$(cut -d '.' -f 1,2 <<< "${CI_COMMIT_TAG}")
|
|
186
|
+
- IS_LATEST=$([[ "${CI_COMMIT_TAG}" == *"rc"* ]] && echo "" || echo
|
|
187
|
+
"latest")
|
|
188
|
+
- echo "Building and deploying docs for ${VERSION}"
|
|
189
|
+
- pipx run hatch run docs:deploy "${VERSION}" ${IS_LATEST:+"$IS_LATEST"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: module_qc_tools
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.8
|
|
4
4
|
Summary: Module qc tools
|
|
5
5
|
Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/pixel/module/module-qc-tools
|
|
6
6
|
Project-URL: Bug Tracker, https://gitlab.cern.ch/atlas-itk/pixel/module/module-qc-tools/-/issues
|
|
@@ -34,7 +34,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
34
34
|
Requires-Python: >=3.7
|
|
35
35
|
Requires-Dist: check-jsonschema
|
|
36
36
|
Requires-Dist: importlib-resources; python_version < '3.9'
|
|
37
|
-
Requires-Dist: module-qc-data-tools>=1.0.
|
|
37
|
+
Requires-Dist: module-qc-data-tools>=1.0.22
|
|
38
38
|
Requires-Dist: numpy
|
|
39
39
|
Requires-Dist: pre-commit
|
|
40
40
|
Requires-Dist: requests
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typer>=0.9.0
|
|
|
44
44
|
Requires-Dist: urllib3<2,>=1.26.11; 'el7.x86_64' in platform_release
|
|
45
45
|
Description-Content-Type: text/markdown
|
|
46
46
|
|
|
47
|
-
# module-qc-tools v2.2.
|
|
47
|
+
# module-qc-tools v2.2.8
|
|
48
48
|
|
|
49
49
|
A general python tool for running ITkPixV1.1 and ITkPixV2 module QC tests
|
|
50
50
|
|
|
@@ -92,7 +92,7 @@ package.
|
|
|
92
92
|
$ python -m venv venv
|
|
93
93
|
$ source venv/bin/activate
|
|
94
94
|
$ python -m pip install -U pip
|
|
95
|
-
$ python -m pip install -U pip module-qc-tools==2.2.
|
|
95
|
+
$ python -m pip install -U pip module-qc-tools==2.2.8
|
|
96
96
|
```
|
|
97
97
|
|
|
98
98
|
### via uv
|
|
@@ -101,7 +101,7 @@ $ python -m pip install -U pip module-qc-tools==2.2.7
|
|
|
101
101
|
$ python -m venv venv
|
|
102
102
|
$ source venv/bin/activate
|
|
103
103
|
$ python -m pip install uv
|
|
104
|
-
$ uv pip install module-qc-tools==2.2.
|
|
104
|
+
$ uv pip install module-qc-tools==2.2.8
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
# Usage
|
|
@@ -20,7 +20,7 @@ dependencies = [
|
|
|
20
20
|
"tabulate",
|
|
21
21
|
"pre-commit",
|
|
22
22
|
"check-jsonschema",
|
|
23
|
-
"module-qc-data-tools >= 1.0.
|
|
23
|
+
"module-qc-data-tools >= 1.0.22",
|
|
24
24
|
'importlib_resources; python_version < "3.9"',
|
|
25
25
|
"requests",
|
|
26
26
|
'urllib3>=1.26.11,<2; "el7.x86_64" in platform_release',
|
|
@@ -110,7 +110,7 @@ dependencies = [
|
|
|
110
110
|
test = "pytest -ra {args}"
|
|
111
111
|
|
|
112
112
|
[[tool.hatch.envs.dev.matrix]]
|
|
113
|
-
python = ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.8"]
|
|
113
|
+
python = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
|
|
114
114
|
|
|
115
115
|
[tool.hatch.envs.docs]
|
|
116
116
|
template = "docs"
|
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.adc_calibration import run
|
|
21
22
|
from module_qc_tools.utils.misc import (
|
|
22
23
|
add_identifiers_metadata,
|
|
@@ -85,7 +86,7 @@ def main(
|
|
|
85
86
|
yr = yarr(config["yarr"])
|
|
86
87
|
|
|
87
88
|
if not use_pixel_config:
|
|
88
|
-
yr.omit_pixel_config(
|
|
89
|
+
yr.omit_pixel_config()
|
|
89
90
|
|
|
90
91
|
ps.set(v=config["v_max"], i=config["i_config"][layer])
|
|
91
92
|
|
|
@@ -101,15 +102,12 @@ def main(
|
|
|
101
102
|
|
|
102
103
|
add_identifiers_metadata(data, module_serial, institution)
|
|
103
104
|
|
|
104
|
-
logger.info(
|
|
105
|
-
"==================================Summary=================================="
|
|
106
|
-
)
|
|
107
105
|
alloutput = []
|
|
108
106
|
chipnames = []
|
|
109
107
|
|
|
110
108
|
for chip in yr._enabled_chip_positions:
|
|
111
109
|
chip_name = data[chip]._meta_data["Name"]
|
|
112
|
-
|
|
110
|
+
console.print(data[chip])
|
|
113
111
|
outputDF = outputDataFrame()
|
|
114
112
|
outputDF.set_test_type(TEST_TYPE)
|
|
115
113
|
outputDF.set_results(data[chip])
|
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.analog_readback import (
|
|
21
22
|
run_tmeas,
|
|
22
23
|
run_vdda_vddd_vs_trim,
|
|
@@ -86,7 +87,7 @@ def main(
|
|
|
86
87
|
yr = yarr(config["yarr"])
|
|
87
88
|
|
|
88
89
|
if not use_pixel_config:
|
|
89
|
-
yr.omit_pixel_config(
|
|
90
|
+
yr.omit_pixel_config()
|
|
90
91
|
|
|
91
92
|
ps.set(v=config["v_max"], i=config["i_config"][layer])
|
|
92
93
|
yr.configure()
|
|
@@ -138,16 +139,12 @@ def main(
|
|
|
138
139
|
add_identifiers_metadata(data_tempmeas, module_serial, institution)
|
|
139
140
|
|
|
140
141
|
# save results in json
|
|
141
|
-
logger.info(
|
|
142
|
-
"==================================Summary=================================="
|
|
143
|
-
)
|
|
144
142
|
alloutput = []
|
|
145
143
|
chipnames = []
|
|
146
144
|
|
|
147
145
|
for chip in yr._enabled_chip_positions:
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
logger.info(data_tempmeas[chip], extra={"markup": False})
|
|
146
|
+
console.print(data[chip])
|
|
147
|
+
console.print(data_tempmeas[chip])
|
|
151
148
|
chip_name = data[chip]._meta_data["Name"]
|
|
152
149
|
|
|
153
150
|
for dataobj in [data, data_tempmeas, data_vdda_vddd_vs_trim]:
|
{module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/DATA_TRANSMISSION.py
RENAMED
|
@@ -18,6 +18,7 @@ from module_qc_tools.cli.globals import (
|
|
|
18
18
|
OPTIONS,
|
|
19
19
|
LogLevel,
|
|
20
20
|
)
|
|
21
|
+
from module_qc_tools.console import console
|
|
21
22
|
from module_qc_tools.measurements.data_transmission import run
|
|
22
23
|
from module_qc_tools.utils.misc import (
|
|
23
24
|
add_identifiers_metadata,
|
|
@@ -52,7 +53,7 @@ def main(
|
|
|
52
53
|
|
|
53
54
|
if use_calib_adc:
|
|
54
55
|
logger.warning(
|
|
55
|
-
"The --use-calib-adc was supplied but Data Transmission
|
|
56
|
+
"The --use-calib-adc was supplied but Data Transmission does not use the multimeter, nor the ADC calibration. The flag will be ignored."
|
|
56
57
|
)
|
|
57
58
|
|
|
58
59
|
# if -o option used, overwrite the default output directory
|
|
@@ -86,7 +87,7 @@ def main(
|
|
|
86
87
|
yr = yarr(config["yarr"])
|
|
87
88
|
|
|
88
89
|
if not use_pixel_config:
|
|
89
|
-
yr.omit_pixel_config(
|
|
90
|
+
yr.omit_pixel_config()
|
|
90
91
|
|
|
91
92
|
ps.set(v=config["v_max"], i=config["i_config"][layer])
|
|
92
93
|
|
|
@@ -109,15 +110,12 @@ def main(
|
|
|
109
110
|
|
|
110
111
|
add_identifiers_metadata(data, module_serial, institution)
|
|
111
112
|
|
|
112
|
-
logger.info(
|
|
113
|
-
"==================================Summary=================================="
|
|
114
|
-
)
|
|
115
113
|
alloutput = []
|
|
116
114
|
chipnames = []
|
|
117
115
|
|
|
118
116
|
for chip in yr._enabled_chip_positions:
|
|
119
117
|
chip_name = data[chip]._meta_data["Name"]
|
|
120
|
-
|
|
118
|
+
console.print(data[chip])
|
|
121
119
|
outputDF = outputDataFrame()
|
|
122
120
|
outputDF.set_test_type(TEST_TYPE)
|
|
123
121
|
outputDF.set_results(data[chip])
|
{module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/INJECTION_CAPACITANCE.py
RENAMED
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.injection_capacitance import (
|
|
21
22
|
run,
|
|
22
23
|
)
|
|
@@ -53,11 +54,6 @@ def main(
|
|
|
53
54
|
|
|
54
55
|
timestart = datetime.now().strftime("%Y-%m-%d_%H%M%S")
|
|
55
56
|
|
|
56
|
-
if use_calib_adc:
|
|
57
|
-
logger.warning(
|
|
58
|
-
"The --use-calib-adc was supplied but ADC calibration cannot be performed with this option. Will ignore and use multimeter."
|
|
59
|
-
)
|
|
60
|
-
|
|
61
57
|
# if -o option used, overwrite the default output directory
|
|
62
58
|
output_dir = module_connectivity.parent if module_connectivity else base_output_dir
|
|
63
59
|
|
|
@@ -87,7 +83,7 @@ def main(
|
|
|
87
83
|
yr = yarr(config["yarr"])
|
|
88
84
|
|
|
89
85
|
if not use_pixel_config:
|
|
90
|
-
yr.omit_pixel_config(
|
|
86
|
+
yr.omit_pixel_config()
|
|
91
87
|
|
|
92
88
|
ps.set(v=config["v_max"], i=config["i_config"][layer])
|
|
93
89
|
|
|
@@ -102,15 +98,12 @@ def main(
|
|
|
102
98
|
raise typer.Exit(1) from err
|
|
103
99
|
add_identifiers_metadata(data, module_serial, institution)
|
|
104
100
|
|
|
105
|
-
logger.info(
|
|
106
|
-
"==================================Summary=================================="
|
|
107
|
-
)
|
|
108
101
|
alloutput = []
|
|
109
102
|
chipnames = []
|
|
110
103
|
|
|
111
104
|
for chip in yr._enabled_chip_positions:
|
|
112
105
|
chip_name = data[chip]._meta_data["Name"]
|
|
113
|
-
|
|
106
|
+
console.print(data[chip])
|
|
114
107
|
outputDF = outputDataFrame()
|
|
115
108
|
outputDF.set_test_type(TEST_TYPE)
|
|
116
109
|
outputDF.set_results(data[chip])
|
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.iv_measure import run
|
|
21
22
|
from module_qc_tools.utils.misc import (
|
|
22
23
|
add_identifiers_metadata,
|
|
@@ -48,7 +49,7 @@ def main(
|
|
|
48
49
|
|
|
49
50
|
if use_calib_adc:
|
|
50
51
|
logger.warning(
|
|
51
|
-
"The --use-calib-adc was supplied but
|
|
52
|
+
"The --use-calib-adc was supplied but IV Measure does not use the multimeter, nor the ADC calibration. The flag will be ignored."
|
|
52
53
|
)
|
|
53
54
|
|
|
54
55
|
# if -o option used, overwrite the default output directory
|
|
@@ -98,12 +99,9 @@ def main(
|
|
|
98
99
|
add_identifiers_metadata(data, module_serial, institution)
|
|
99
100
|
data.add_meta_data("DepletionVoltage", vdepl)
|
|
100
101
|
|
|
101
|
-
logger.info(
|
|
102
|
-
"==================================Summary=================================="
|
|
103
|
-
)
|
|
104
102
|
alloutput = []
|
|
105
103
|
|
|
106
|
-
|
|
104
|
+
console.print(data)
|
|
107
105
|
outputDF = outputDataFrame()
|
|
108
106
|
outputDF._serialNumber = module_serial
|
|
109
107
|
outputDF.set_test_type(TEST_TYPE)
|
{module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/LONG_TERM_STABILITY_DCS.py
RENAMED
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.long_term_stability_dcs import run
|
|
21
22
|
from module_qc_tools.utils.misc import (
|
|
22
23
|
add_identifiers_metadata,
|
|
@@ -120,12 +121,9 @@ def main(
|
|
|
120
121
|
|
|
121
122
|
add_identifiers_metadata(data, module_serial, institution)
|
|
122
123
|
|
|
123
|
-
logger.info(
|
|
124
|
-
"==================================Summary=================================="
|
|
125
|
-
)
|
|
126
124
|
alloutput = []
|
|
127
125
|
|
|
128
|
-
|
|
126
|
+
console.print(data)
|
|
129
127
|
outputDF = outputDataFrame()
|
|
130
128
|
outputDF._serialNumber = module_serial
|
|
131
129
|
outputDF.set_test_type(TEST_TYPE)
|
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.lp_mode import (
|
|
21
22
|
run,
|
|
22
23
|
)
|
|
@@ -55,11 +56,6 @@ def main(
|
|
|
55
56
|
|
|
56
57
|
timestart = datetime.now().strftime("%Y-%m-%d_%H%M%S")
|
|
57
58
|
|
|
58
|
-
if use_calib_adc:
|
|
59
|
-
logger.warning(
|
|
60
|
-
"The --use-calib-adc was supplied but ADC calibration cannot be performed with this option. Will ignore and use multimeter."
|
|
61
|
-
)
|
|
62
|
-
|
|
63
59
|
# if -o option used, overwrite the default output directory
|
|
64
60
|
output_dir = module_connectivity.parent if module_connectivity else base_output_dir
|
|
65
61
|
|
|
@@ -89,7 +85,7 @@ def main(
|
|
|
89
85
|
yr = yarr(config["yarr"])
|
|
90
86
|
|
|
91
87
|
if not use_pixel_config:
|
|
92
|
-
yr.omit_pixel_config(
|
|
88
|
+
yr.omit_pixel_config()
|
|
93
89
|
|
|
94
90
|
try:
|
|
95
91
|
data = run(config, ps, yr, layer, use_calib_adc)
|
|
@@ -104,15 +100,12 @@ def main(
|
|
|
104
100
|
raise typer.Exit(1) from err
|
|
105
101
|
add_identifiers_metadata(data, module_serial, institution)
|
|
106
102
|
|
|
107
|
-
logger.info(
|
|
108
|
-
"==================================Summary=================================="
|
|
109
|
-
)
|
|
110
103
|
alloutput = []
|
|
111
104
|
chipnames = []
|
|
112
105
|
|
|
113
106
|
for chip in yr._enabled_chip_positions:
|
|
114
107
|
chip_name = data[chip]._meta_data["Name"]
|
|
115
|
-
|
|
108
|
+
console.print(data[chip])
|
|
116
109
|
outputDF = outputDataFrame()
|
|
117
110
|
outputDF.set_test_type(TEST_TYPE)
|
|
118
111
|
outputDF.set_results(data[chip])
|
{module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/OVERVOLTAGE_PROTECTION.py
RENAMED
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.overvoltage_protection import (
|
|
21
22
|
run,
|
|
22
23
|
)
|
|
@@ -50,11 +51,6 @@ def main(
|
|
|
50
51
|
):
|
|
51
52
|
timestart = datetime.now().strftime("%Y-%m-%d_%H%M%S")
|
|
52
53
|
|
|
53
|
-
if use_calib_adc:
|
|
54
|
-
logger.warning(
|
|
55
|
-
"The --use-calib-adc was supplied but ADC calibration cannot be performed with this option. Will ignore and use multimeter."
|
|
56
|
-
)
|
|
57
|
-
|
|
58
54
|
# if -o option used, overwrite the default output directory
|
|
59
55
|
output_dir = module_connectivity.parent if module_connectivity else base_output_dir
|
|
60
56
|
|
|
@@ -84,7 +80,7 @@ def main(
|
|
|
84
80
|
yr = yarr(config["yarr"])
|
|
85
81
|
|
|
86
82
|
if not use_pixel_config:
|
|
87
|
-
yr.omit_pixel_config(
|
|
83
|
+
yr.omit_pixel_config()
|
|
88
84
|
|
|
89
85
|
try:
|
|
90
86
|
data = run(config, ps, yr, layer, use_calib_adc)
|
|
@@ -99,15 +95,12 @@ def main(
|
|
|
99
95
|
raise typer.Exit(1) from err
|
|
100
96
|
add_identifiers_metadata(data, module_serial, institution)
|
|
101
97
|
|
|
102
|
-
logger.info(
|
|
103
|
-
"==================================Summary=================================="
|
|
104
|
-
)
|
|
105
98
|
alloutput = []
|
|
106
99
|
chipnames = []
|
|
107
100
|
|
|
108
101
|
for chip in yr._enabled_chip_positions:
|
|
109
102
|
chip_name = data[chip]._meta_data["Name"]
|
|
110
|
-
|
|
103
|
+
console.print(data[chip])
|
|
111
104
|
outputDF = outputDataFrame()
|
|
112
105
|
outputDF.set_test_type(TEST_TYPE)
|
|
113
106
|
outputDF.set_results(data[chip])
|
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.sldo import (
|
|
21
22
|
run,
|
|
22
23
|
)
|
|
@@ -50,11 +51,6 @@ def main(
|
|
|
50
51
|
):
|
|
51
52
|
timestart = datetime.now().strftime("%Y-%m-%d_%H%M%S")
|
|
52
53
|
|
|
53
|
-
if use_calib_adc:
|
|
54
|
-
logger.warning(
|
|
55
|
-
"The --use-calib-adc was supplied but ADC calibration cannot be performed with this option. Will ignore and use multimeter."
|
|
56
|
-
)
|
|
57
|
-
|
|
58
54
|
# if -o option used, overwrite the default output directory
|
|
59
55
|
output_dir = module_connectivity.parent if module_connectivity else base_output_dir
|
|
60
56
|
|
|
@@ -84,7 +80,7 @@ def main(
|
|
|
84
80
|
yr = yarr(config["yarr"])
|
|
85
81
|
|
|
86
82
|
if not use_pixel_config:
|
|
87
|
-
yr.omit_pixel_config(
|
|
83
|
+
yr.omit_pixel_config()
|
|
88
84
|
|
|
89
85
|
try:
|
|
90
86
|
data = run(config, ps, yr, layer, use_calib_adc)
|
|
@@ -97,15 +93,12 @@ def main(
|
|
|
97
93
|
raise typer.Exit(1) from err
|
|
98
94
|
add_identifiers_metadata(data, module_serial, institution)
|
|
99
95
|
|
|
100
|
-
logger.info(
|
|
101
|
-
"==================================Summary=================================="
|
|
102
|
-
)
|
|
103
96
|
alloutput = []
|
|
104
97
|
chipnames = []
|
|
105
98
|
|
|
106
99
|
for chip in yr._enabled_chip_positions:
|
|
107
100
|
chip_name = data[chip]._meta_data["Name"]
|
|
108
|
-
|
|
101
|
+
console.print(data[chip])
|
|
109
102
|
outputDF = outputDataFrame()
|
|
110
103
|
outputDF.set_test_type(TEST_TYPE)
|
|
111
104
|
outputDF.set_results(data[chip])
|
{module_qc_tools-2.2.7 → module_qc_tools-2.2.8}/src/module_qc_tools/cli/UNDERSHUNT_PROTECTION.py
RENAMED
|
@@ -17,6 +17,7 @@ from module_qc_tools.cli.globals import (
|
|
|
17
17
|
OPTIONS,
|
|
18
18
|
LogLevel,
|
|
19
19
|
)
|
|
20
|
+
from module_qc_tools.console import console
|
|
20
21
|
from module_qc_tools.measurements.undershunt_protection import (
|
|
21
22
|
run,
|
|
22
23
|
)
|
|
@@ -52,11 +53,6 @@ def main(
|
|
|
52
53
|
):
|
|
53
54
|
timestart = datetime.now().strftime("%Y-%m-%d_%H%M%S")
|
|
54
55
|
|
|
55
|
-
if use_calib_adc:
|
|
56
|
-
logger.warning(
|
|
57
|
-
"The --use-calib-adc was supplied but ADC calibration cannot be performed with this option. Will ignore and use multimeter."
|
|
58
|
-
)
|
|
59
|
-
|
|
60
56
|
# if -o option used, overwrite the default output directory
|
|
61
57
|
output_dir = module_connectivity.parent if module_connectivity else base_output_dir
|
|
62
58
|
|
|
@@ -86,7 +82,7 @@ def main(
|
|
|
86
82
|
yr = yarr(config["yarr"])
|
|
87
83
|
|
|
88
84
|
if not use_pixel_config:
|
|
89
|
-
yr.omit_pixel_config(
|
|
85
|
+
yr.omit_pixel_config()
|
|
90
86
|
|
|
91
87
|
try:
|
|
92
88
|
data = run(config, ps, yr, layer, use_calib_adc)
|
|
@@ -101,15 +97,12 @@ def main(
|
|
|
101
97
|
raise typer.Exit(1) from err
|
|
102
98
|
add_identifiers_metadata(data, module_serial, institution)
|
|
103
99
|
|
|
104
|
-
logger.info(
|
|
105
|
-
"==================================Summary=================================="
|
|
106
|
-
)
|
|
107
100
|
alloutput = []
|
|
108
101
|
chipnames = []
|
|
109
102
|
|
|
110
103
|
for chip in yr._enabled_chip_positions:
|
|
111
104
|
chip_name = data[chip]._meta_data["Name"]
|
|
112
|
-
|
|
105
|
+
console.print(data[chip])
|
|
113
106
|
outputDF = outputDataFrame()
|
|
114
107
|
outputDF.set_test_type(TEST_TYPE)
|
|
115
108
|
outputDF.set_results(data[chip])
|