Patch Release v2.0.7
Pull Requests
- #608 - removing #!/usr/bin/env python & misc code header clean up
- #611 - Add anaconda release of Surf
- #609 - Modify ClinkSerial to show string in sendString and response
- #610 - mapping JESD CmdClearErrors() to countReset()
Pull Request Details
Release Candidate - Patch Release v2.0.7
removing #!/usr/bin/env python & misc code header clean up
Author: | Larry Ruckman [email protected] |
Date: | Fri Feb 7 12:35:57 2020 -0800 |
Pull: | #608 (11 additions, 263 deletions, 130 files changed) |
Branch: | slaclab/py-patch |
Notes:
Description
- removing #!/usr/bin/env python for all non-executable python scripts
- misc code header clean up
Add anaconda release of Surf
Author: | Ryan Herbst [email protected] |
Date: | Tue Feb 11 11:52:06 2020 -0800 |
Pull: | #611 (161 additions, 0 deletions, 6 files changed) |
Branch: | slaclab/conda_release |
Notes:
This PR add an anaconda release of the surf library
Modify ClinkSerial to show string in sendString and response
Author: | Larry Ruckman [email protected] |
Date: | Fri Feb 7 15:50:01 2020 -0800 |
Pull: | #609 (14 additions, 5 deletions, 3 files changed) |
Branch: | bhill-slac/serial-diags |
Notes:
Camera testing and support is easier if we can see the string being sent and the response.
Description
Adds a print statement in ClinkSerialTx::sendString() to show the msg being sent.
Also adds support for printing the response after the ACK so we can see response
to queries such as serialNumber, camera model ID, etc.Example output:
sendString: @id?
Got ACK Response
recvString: @"OPAL-1000m/CL S/N:135043
mapping JESD CmdClearErrors() to countReset()
Author: | Benjamin Reese [email protected] |
Date: | Tue Feb 11 14:19:38 2020 -0800 |
Pull: | #610 (7 additions, 0 deletions, 2 files changed) |
Branch: | slaclab/jesd-cnt-rst |
Notes:
Description
- Adds support to clear all the JESD status error counters using the GUI "CountReset" button