Analysis Functions

Evaluation of measurement data using PQC analysis functions.

Analysis functions used from project analysis-pqc (version 0.8.1).

Example configuration

Example configuration applying analysis function mos with custom parameter min_r_value and range limits for v_fb2 and t_ox. If the results are not within the specified limits the analysis will fail.

- name: MOS capacitor (HV Source)
  type: cv_ramp
  parameters:
    analysis_functions:
      - type: mos
        parameters:
          min_r_value: 0.4
        limits:
          v_fb2: {minimum: 1, maximum: 7}
          t_ox: {minimum: 0.2, maximum: 1.5}

Table of contents