analyze_TFT_refactored 実行例

help出力 analyze_TFT_refactored.py --help

usage: analyze_TFT_refactored.py [-h] [--lin LIN] [--sat SAT]
                                 [--outdir OUTDIR] [--cox COX]
                                 [--length LENGTH] [--width WIDTH]
                                 [--target-current TARGET_CURRENT]
                                 [--ioff-threshold IOFF_THRESHOLD]
                                 [--rolling-window ROLLING_WINDOW] [--verbose]

Analyze TFT Id-Vg data and calculate Vth, mobility, SS, and Ion.

options:
  -h, --help            show this help message and exit
  --lin LIN             Excel file for linear-region Id-Vg data. Default:
                        IdVg-Vd0.1.xlsx
  --sat SAT             Excel file for saturation-region Id-Vg data. Default:
                        IdVg-Vd10.xlsx
  --outdir OUTDIR       Output directory. Default: current directory
  --cox COX             Gate capacitance per unit area. Default: 2.240e-08
  --length LENGTH       Channel length L. Default: 5.000e-05
  --width WIDTH         Channel width W. Default: 3.000e-04
  --target-current TARGET_CURRENT
                        Current threshold used for SS and Von. Default:
                        1.000e-10
  --ioff-threshold IOFF_THRESHOLD
                        Upper current threshold used for Ioff averaging.
                        Default: 1.000e-14
  --rolling-window ROLLING_WINDOW
                        Centered rolling-average window for slope smoothing.
                        Default: 7
  --verbose             Show detailed traceback on error.


生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)