Skip to content
Snippets Groups Projects
Commit 5f54eed3 authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

add cert plans for comb device class

parent 11d4c6d7
No related branches found
No related tags found
No related merge requests found
[
"device_description",
"calibration_procedure-ce3-ig",
"error_and_cf",
"result_error",
"uncertainty-ig"
]
[
"device_description",
"calibration_procedure-ce3-ig",
"error_and_cf",
"result_error",
"uncertainty-ig"
]
...@@ -129,6 +129,7 @@ def get_tables(cal_docs): ...@@ -129,6 +129,7 @@ def get_tables(cal_docs):
gas = get_gas(doc) gas = get_gas(doc)
result_type = get_result_type(doc) result_type = get_result_type(doc)
table = get_result_table(doc) table = get_result_table(doc)
if table is None: if table is None:
continue continue
if not gas in tables: if not gas in tables:
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
((*-endfor*)) ((*-endfor*))
Before each calibration point the offset \(p_\text{ind,r}\) was Before each calibration point the offset \(p_\text{ind,r}\) was
recorded (5 readings) at the base pressure and subtracted from the subsequent indication recorded (10 readings) at the base pressure and subtracted from the subsequent indication
\(p_\text{ind}\) to give the corrected indicated value \(p_\text{corr}\). \(p_\text{ind}\) to give the corrected indicated value \(p_\text{corr}\).
((*if offsetcontrib["is"] == "true" *)) ((*if offsetcontrib["is"] == "true" *))
The contribution of the offset scatter to the total uncertainty was The contribution of the offset scatter to the total uncertainty was
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
k == "Unit" or k == "DISPLAY UNIT" or k == "Display Unit" or k == "Unit" or k == "DISPLAY UNIT" or k == "Display Unit" or
k == "Response" or k == "RESPONSE" or k == "Response" or k == "RESPONSE" or
k == "Average" or k == "Average" or
k == "Channel" or k == "Channel" or k == "channel" or
k == "ZeroEnable" or k == "Zero enable" or k == "ZeroEnable" or k == "Zero enable" or
k == "Temperature Compensation" or k == "Temperature compensation" or k == "Temperature Compensation" or k == "Temperature compensation" or
k == "Filter" or k == "Filter" or
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
k == "Cor" or k == "Offset" or k == "Cor" or k == "Offset" or
k == "Cal.Ful" or k == "Cal b" or k == "Cal.Ful" or k == "Cal b" or
k == "Filt" or k == "CAL" or k == "FSr" or k == "oFs" or k == "Filt" or k == "CAL" or k == "FSr" or k == "oFs" or
k == "FiLt" or k == "SEnS2" or k == "diGit" k == "FiL" or k == "FiLt" or k == "SEnS1" or k == "SEnS2" or k == "diGit"
*)) *))
\item[\textbf{\texttt{(((k)))}:}] \texttt{(((v)))} \item[\textbf{\texttt{(((k)))}:}] \texttt{(((v)))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment