TSV like PDSF ready to test
This commit is contained in:
22
Adaptation/FileHandlers/txt/Constant.cs
Normal file
22
Adaptation/FileHandlers/txt/Constant.cs
Normal file
@ -0,0 +1,22 @@
|
||||
namespace Adaptation.FileHandlers.txt;
|
||||
|
||||
internal class Constant
|
||||
{
|
||||
|
||||
public string F1 { get; } = "F -1";
|
||||
public string Max { get; } = "Max";
|
||||
public string Min { get; } = "Min";
|
||||
public string Mean { get; } = "Mean";
|
||||
public string LotId { get; } = "Lot ID:";
|
||||
public string Session { get; } = "Session:";
|
||||
public string StdDev { get; } = "Std. Dev.";
|
||||
public string DCNTotals { get; } = "DCN Totals";
|
||||
public string DNNTotals { get; } = "DNN Totals";
|
||||
public string DWNTotals { get; } = "DWN Totals";
|
||||
public string Grade { get; } = "F Grade";
|
||||
public string Reject { get; } = "F Reject";
|
||||
public string LongWaferSummary { get; } = "Long Wafer Summary";
|
||||
public string OverLoad { get; } = "F OverLoad";
|
||||
public string Empty35Spaces { get; } = " ";
|
||||
|
||||
}
|
Reference in New Issue
Block a user