I am trying to set the processing time of the processor by:
- Looking at a global table and finding the process time for the current step
- Multiply that time by the "subcomponent" label value on the item IF that step is "Single" step_type which is given in the same global table from part 1.
So far, I've gotten the 1st part but having trouble implementing the 2nd part. Any guidance?