Auto-select UseGetWave when InitReturnsImpulse is false.
capn-freako opened this issue · 1 comments
capn-freako commented
Describe the bug
Currently, the UseGetWave checkbox is left cleared, even for IBIS-AMI models with InitReturnsImpulse set to false, which is an invalid PyBERT configuration.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
UseGetWave should be forced true when the IBIS-AMI model has InitReturnsImpulse set to false.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. Windows, Linux, or MacOS]
- Python Version [e.g. 3.7.4]
- PyBERT Version [e.g. 3.3.0]
Additional context
Add any other context about the problem here.
capn-freako commented
Fixed by f800d20.