Closed AndrewLevin closed 5 years ago
In the PR can you show a usage example? i.e. how should this be used, what is expected output, etc...
Additionally can you document this change in the v3ElectronicsUserGuide.md under Programming GBTx section.
In the PR can you show a usage example? i.e. how should this be used, what is expected output, etc...
Additionally can you document this change in the v3ElectronicsUserGuide.md under Programming GBTx section.
I have added example usage and expected output now. I will document the script in the v3 electronics guide once the PR is merged.
Currently, gbt.py can run a phase scan, but cannot set a specific user-requested phase on the GBT.
Description
A
set-phase <phase>
command has been added to gbt.py and the command has been implemented in gbt_utils.pyUsage:
Example command:
Example output:
There is no
Types of changes
Motivation and Context
I found increasing SYNC_ERR_CNTs for one VFAT on the coffin detector, which indicates a phase issue. I have taken a phase scan and found a phase value for which no error occurs, and I would like to be able to set this value on the gbt.
How Has This Been Tested?
The slightly modified version of the script which uses rpc_connect was tested to set the phase on OH0 on eagle64.
Screenshots (if appropriate):
Checklist: