Write input PDSF in output after EOF GetPropertyValue for MoveMatchingFiles ProcessDataStandardFormat over Tuple MoveMatchingFiles to use ProcessDataStandardFormatMapping
26 lines
1.0 KiB
C#
26 lines
1.0 KiB
C#
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 IsPut { get; } = "is put to the slot";
|
|
public string WaferParentheses { get; } = "Wafer (";
|
|
public string IsTaken { get; } = "is taken from the slot";
|
|
public string ProcessFailed { get; } = "- Process failed -";
|
|
|
|
} |