ProcessDataStandardFormat
run.json descriptions.json Infineon.Mesa.PDF.Text.Stripper 4.8.0.2 WaferMean NestExistingFiles only for TriggerOnCreated txt now writes .a and .b csv file Stratus doesn't work the .csv file MSTEST0037
This commit is contained in:
23
Adaptation/FileHandlers/txt/Constant.cs
Normal file
23
Adaptation/FileHandlers/txt/Constant.cs
Normal file
@ -0,0 +1,23 @@
|
||||
namespace Adaptation.FileHandlers.txt;
|
||||
|
||||
internal class Constant
|
||||
{
|
||||
|
||||
public string Mean { get; } = "Mean";
|
||||
public string Slot { get; } = "Slot";
|
||||
public string STDD { get; } = "STDD";
|
||||
public string Batch { get; } = "Batch";
|
||||
public string Wafer { get; } = "Wafer";
|
||||
public string OneHypen { get; } = "1 - ";
|
||||
public string Recipe { get; } = "Recipe";
|
||||
public string Source { get; } = "Source:";
|
||||
public string Started { get; } = "started";
|
||||
public string Cassette { get; } = "Cassette";
|
||||
public string Finished { get; } = "finished.";
|
||||
public string Reference { get; } = "Reference";
|
||||
public string StartedAt { get; } = "started at";
|
||||
public string Thickness { get; } = "Thickness,";
|
||||
public string Destination { get; } = "Destination:";
|
||||
public string ProcessFailed { get; } = "------------- Process failed -------------";
|
||||
|
||||
}
|
Reference in New Issue
Block a user