Add V2 linearity data

This commit is contained in:
David Bailey 2024-08-14 16:53:45 +02:00
parent e9f73a7fd4
commit ed05d08902
4 changed files with 253 additions and 54 deletions

View file

@ -7,6 +7,47 @@ defaults:
Cin: $C_{in}$
plots:
- load:
47M N.1: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
47M N.2: V1_Measurements/V1.1-a1/47M_cap/linearity_2.csv
loadtype: multicsv
load_values: ["Setpoint", "Measurement", "Error"]
type: lt_sweep
y_key: Error
x_key: Setpoint
xscale: linear
yformatter: engineering
yplaces: 1
ymax: 0.0025
ymin: -0.0025
xlabel: Eingangsstrom (nA)
ylabel: Ausgansspannungsfehler (V)
ofile: V1_Measurements/V1.1-a1/47M_cap/linearity_error.png
- load:
47M N.1: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
47M N.2: V1_Measurements/V1.1-a1/47M_cap/linearity_2.csv
loadtype: multicsv
load_values: ["Setpoint", "Measurement"]
type: lt_sweep
y_key: Measurement
x_key: Setpoint
xscale: linear
xlabel: Eingangsstrom (nA)
ylabel: Ausgangsspannung (V)
ofile: V1_Measurements/V1.1-a1/47M_cap/linearity.png
- loadtype: multicsv
load:
x2: V1_Measurements/V1.1-a1/CascadeSeries/noise_47M_x2.csv
@ -127,6 +168,30 @@ plots:
ofile: V1_Measurements/revision_compare_bandwidth.png
- loadtype: multicsv
load:
47M Rev. 2: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
47M Rev. 1: V1_Measurements/1G_47M_Linearity.csv
load_values: ["Setpoint", "Measurement", "Error"]
type: lt_sweep
y_key: Error
x_key: Setpoint
xscale: linear
yformatter: engineering
yplaces: 1
ymax: 0.02
ymin: -0.02
xlabel: Eingangsstrom (nA)
ylabel: Ausgansspannungsfehler (V)
ofile: V1_Measurements/revision_compare_linearity_error.png
- loadtype: multicsv
load:
47M Rev. 1: V1_Measurements/noise_47M.csv
@ -434,6 +499,26 @@ plots:
- load: V1_Measurements/1G_47M_Linearity.csv
loadtype: simplecsv
load_values: ["Setpoint", "Measurement", "Error"]
type: single
y_key: Error
x_key: Setpoint
xlabel: Eingangsstrom (nA)
ylabel: Ausgangsspannungsfehler (V)
yformatter: engineering
yplaces: 1
ymin: -0.05
ymax: 0.05
ofile: V1_Measurements/1G_47M_Linearity_Error.png
- load: V1_Measurements/1G_47M_Linearity.csv
loadtype: simplecsv
load_values: ["Setpoint", "Measurement"]
type: single