help出力 tftanalyze.py --help
usage: tftanalyze.py [-h] [--infile_vg INFILE_VG] [--infile_vd INFILE_VD]
[--mode {read,analyze_idvg,analyze_idvd,all}]
[--out_excel OUT_EXCEL] [--L L] [--W W] [--dg DG]
[--epsg EPSG] [--ID_S ID_S] [--Imin IMIN]
[--smooth_npoints SMOOTH_NPOINTS] [--lsq_order LSQ_ORDER]
[--show_plot] [--no_show_plot]
[--region_factor REGION_FACTOR] [--save_plot]
[--no_save_plot] [--plot_dir PLOT_DIR] [--reverse_vg]
[--idx_vg IDX_VG] [--idx_vd IDX_VD]
[--read_smooth_domain {log,linear}]
[--read_keep_edge_raw] [--read_smooth_edges]
TFT n-channel Transfer/Output Analysis & Excel Tool (detail rev.)
options:
-h, --help show this help message and exit
--infile_vg INFILE_VG
--infile_vd INFILE_VD
--mode {read,analyze_idvg,analyze_idvd,all}
--out_excel OUT_EXCEL
Output Excel file. If omitted, a mode-dependent
filename is used.
--L L Channel length [um]
--W W Channel width [um]
--dg DG Gate insulator thickness [nm]
--epsg EPSG Relative dielectric constant of gate insulator
--ID_S ID_S Reference drain current for S extraction [A]
--Imin IMIN Minimum current floor for log analysis [A]
--smooth_npoints SMOOTH_NPOINTS
--lsq_order LSQ_ORDER
--show_plot Show plots interactively (default: True)
--no_show_plot Do not show plots interactively
--region_factor REGION_FACTOR
Safety factor for region checks: saturation requires
VD >= factor*(VG-Vth); linear requires VG-Vth >=
factor*VD
--save_plot Save analysis plots as PNG files (default: True)
--no_save_plot Do not save analysis plots
--plot_dir PLOT_DIR
--reverse_vg Reverse VG sign after loading data. Intended for
p-channel data preprocessing.
--idx_vg IDX_VG Sweep segment index for VG-swept data. Incremented
when VG sweep direction changes.
--idx_vd IDX_VD Sweep segment index for VD-swept data. Incremented
when VD sweep direction changes.
--read_smooth_domain {log,linear}
Smoothing domain for mode=read. For output ID-VD
preview, linear smoothing/linear-y plotting is forced.
--read_keep_edge_raw In mode=read, keep edge points raw instead of applying
Savitzky-Golay near endpoints (default: True).
--read_smooth_edges Apply Savitzky-Golay smoothing also near endpoints.