Skip to content

Add support for incorporating results of the InjectionDelay test #699

@mlj5j

Description

@mlj5j

Is your feature request related to a problem? Please describe.
There is a Ph2ACF test, InjectionDelay, which finds optimal values of two parameters, CAL_EDGE_FINE_DELAY and TriggerConfig. We don't want to change TriggerConfig, but we want CAL_EDGE_FINE_DELAY to update for the subsequent tests. Where it gets a little complicated is that we don't just want to use whatever the "optimal" value is for CAL_EDGE_FINE_DELAY. We want to add a number to it, which is defined in the InnerTrackerTests repo as CAL_EDGE_ADDEND.

Describe the solution you'd like
Might need to parse the input txt files and extract the CAL_EDGE_FINE_DELAY value from there. Then add the CAL_EDGE_ADDEND to it and put it in the xml file.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions