资源描述
'F', //OVER_FAIL, fail check high 超过检查规定值,失败
'F', //BELOW_FAIL, fail check low 低于检查规定值,失败
'W', //OVER_WARN, warn check high 超过警告规定值,失败
'W', //BELOW_WARN, warn check low 低于警告规定值,失败
'>', //OVER_PRLIM, over print limits 超过规定打印限值
'<', //BELOW_PRLIM, below print limits 低于规定打印限值
'?', //CALCERR, general calculation error 计算错误
'C', //OVERCAL_ERR, concentration beyond calibrated range (past inflection point)
浓度超出计算范围(超过校准点)
'c', //UNDERCAL_ERR, concentration yields negative value (below blank standard)
浓度在无效范围(在空白标准以下)
'z', //GAIN_ZERO_ERR, divide by 0 A1 (gain) calibratio coefficient
被0除计算错误
'k', //IEC_ERR, error on an interferent line
干扰错误 出现干扰线
'i', //INSTD_ERR, error on the internal standard line
内标标准错误 内标标准线错误
"i"- Interferent (Overlapping Subarrays) - data can be used
干扰(图谱交迭)
'I' - Interferent (overlapping subarrays) - data cannot be used
干扰(图谱交迭)
'D', //PEAK_OFFCHIP, analyte peak off chip (data not returned)
分析峰偏离
'^', //SATURATED, peak saturated (data not returned)
饱和,峰能量过高
'P', //PLASMA_ERR, torch went out or other plasma condition failed
等离子体错误,火炬熄灭或者其他等离子体状况
'*', //GEN_ERR, global failure - NO DATA ACQUIRED
没有获取数据库
'*', //MEM_ERR, memory error (too many data points)
记忆错误(太多数据点)
'o', //OVERLAP_WARN, overlapping subarrays
过高警告
'*', //READ_ERR, could not read subarray
读取错误,不能读取谱峰
'*', //CID_ERR, CID all zeros - CID error
CID 错误, 所有点为0
'Z', //IS_ZERO_ERR, divide by 0 background corrected internal standard value error
被内标准的0背景除
'N', //line de-selected before exposure
在曝光前没有去除选择的谱线
展开阅读全文