Closed sbourdeauducq closed 7 years ago
FWIW the Rust code that does some of that looks like this: https://github.com/m-labs/artiq/blob/c2d86c4f67d289ae38463fda8127e6d969f7d8ff/artiq/firmware/libboard/ad9154.rs#L74
thanks, I'll look at the Rust code and will fix that.
If there is really a need for splitting between "physical" and "transport" sets of parameters, then the retrieval of parameters should not be done by bruteforcing into each set of parameters, and ignoring errors by silently setting fields that aren't found anywhere to 0.