| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
The proper equation should be:
max_freq = max_lo + min(adc/2, bw/2) - sr/2
|
| |
| |
| |
| | |
The out of bounds checks will now have more helpful error messages thrown.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains
|
|\ |
|
| | |
|
|\| |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is a typo in the set_clock_config implementation.
However, the enum values are the same, so this would not cause a bug.
Fixed although set_clock_config is a deprecated interface.
|
| | | |
|
| | | |
|
| |/
| |
| |
| | |
dictionary form
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The message api can support warnings, error, and status messages.
The default handler is to stdio, but the user can change this.
|
| |
|
| |
|
| |
|