Create
UseProcessEntries.create()
to instantiate a new process entry. Must have a process_id
and one of either component_instance_identifier
, component_instance
, or component_instance_id
.
Parameters
Parameters
ID of the process being run. Use the process builder on the component page to get or create a process
ID of the station running the process. Use the station page to get or create a station
The serial number or lot code of the component instance
Component instance object returned by
serial.ComponentInstances
methodsComponent instance ID. Can by obtained by
serial.ComponentInstances.data["ID"]
Add Data
Add Number
Add numerical data with units, usls and lsls to a process entryParameters
Parameters
Add Boolean
Add pass/fail boolean data to a process entryParameters
Parameters
Add File
Add files to a process entryParameters
Parameters
Add Image
Add images to a process entryParameters
Parameters
Add Link
Add images to a process entryParameters
Parameters