Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Un-setting profile pins and commands #55

Open
carterturn opened this issue Jan 29, 2025 · 0 comments
Open

Un-setting profile pins and commands #55

carterturn opened this issue Jan 29, 2025 · 0 comments

Comments

@carterturn
Copy link
Collaborator

If dds sweeper is not in all channels mode, profile pins are set with |= in set_ins_sweeps. Thus, if a profile pin bit is set high for a command (either due to a past command, or due to switching modes and changing the interpretation of some bytes in instructions), it is only possible to set it low by creating a stop command at that address, then re-adding the other commands.

It would probably be useful to have a way to reset the profile pin for a single channel in a single command.

Relatedly, it would be useful to have "null commands" for certain channels, so that the other channels could be updated. An easy way I see to do this might be to use read instructions instead of write instructions (and discard the results). This would probably require some changes to the set/seti/setb syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant