Cac
Coupling capacitance trip measurement.
Type: cac
Configuration
- name: (str) name of node.
- interval: (int) strip interval. Default is
1
. - enabled: (bool) enabled state. Default is
true
. - parameters:
- hv_channels: (list) list of high voltage channels. Default is
[]
. - lv_channels: (list) list of low voltage channels. Default is
[]
. - lcr_amplitude: (metric) LCR amplitude in Volt. Default is
1 V
. - lcr_frequency: (metric) LCR frequency in Hertz. Default is
1 kHz
. - cac_cp_minimum: (metric) required minimum for
cac_cp
(see output). Default is0 F
. - cac_cp_maximum: (metric) required maximum for
cac_cp
(see output). Default is0 F
. - soft_correction: (bool) enables use of software open correction. Default is
true
. - n_samples: (int) number of readings to be taken for median. Default is
5
.
- hv_channels: (list) list of high voltage channels. Default is
Example configuration
- type: cac
name: Cac
interval: 4
enabled: true
parameters:
hv_channels: [A1, B1, C2]
lv_channels: [1G05, 1H07]
cac_cp_minimum: 60 pF
Output
Column | Type | Description |
---|---|---|
timestamp |
float |
Timestamp in seconds. |
temperature |
float |
Chuck temperature in degree Celcius. |
humidity |
float |
Relative box humidity in percent. |
index |
int |
Index for sorting. |
strip |
str |
Strip name. |
strip_index |
int |
Strip index. |
cac_cp |
float |
CP reading in Farad. |
cac_rp |
float |
RP reading in Ohm. |