Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ When the DDS Sweeper is started, configuration is required before it can be used

First, the clock should be setup with the `setclock` command, followed by the `setmult` command.

Second, the number of channels should be configured with the `setchannels` command.
Second, the number of channels should be configured with the `setchannels` command, which sets the number of dynamic channels, and leaves the remaining channels static.

Finally, the mode and timing should be setup with the `mode` command. The DDS Sweeper uses either discrete amplitude, frequency, and phase steps or sweeps of one parameter (possibly with steps of the other parameter) as its primitive instructions. The DDS Sweeper can then use internal timing (in which case it generates triggers internally after each step or sweep) or external timing (in which case it waits for external triggers).

Expand Down