Fields Class

Fields is a string enum data class that contains field names for metadata keys.

METADATA = {
    Fields.Operator: "John Doe",
    Fields.StartTime: datetime.now().strftime("%Y-%m-%d:%H:%M:%S"),
    Fields.Lab: "West Lab",
    Fields.ProgramName: "SSOP-8",
    Fields.ProductRevision: "PG4rp",
    Fields.ProgramName: "Load Regulation",
}
Table 2. Python Fields Class Properties
Property Value
DeviceIdentifier "DeviceIdentifier"
RunId "RunId"
SpecProductId "SpecProductId"
ProductName "ProductName"
ProductRevision "ProductRevision"
PackageType "PackageType"
LotName "LotName"
ChipId "ChipId"
ProgramName "ProgramName"
TestBench "TestBench"
Operator "Operator"
Lab "Lab"
StartTime "StartTime"
FinishTime "FinishTime"
RunComment "RunComment"
RunModeName “RunModeName”