AD9910 get/set default behavior out of sync #1446
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
One-Line Summary
As of #1584, AD9910
get/get_muandset/set_mubehavior is not aligned.Issue Details
At a minimum, the default profile used for the
getmethods should be updated to reflectset. But there are also some significant changes tosetin the presence of the (new)ram_destinationparameter that should perhaps also be reflected inget.For simplicity, and to avoid this problem in the future (at least for default arguments), it might make sense to have some module/class variables for default profiles, e.g.:
@lriesebos
@occheung
@pmldrmota
#1818 made the default behavior consistent.
Please open another issue if you want this change.