From 5af33b70f22c75b26f9c1b9d46e4f147bea4d77e Mon Sep 17 00:00:00 2001 From: Jason Pruitt <55477390+Json-To-String@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:36:18 -0400 Subject: [PATCH 1/2] tiny add to differentiate dynamic vs static channels --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be1e22..b863553 100644 --- a/README.md +++ b/README.md @@ -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 leave 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). From 9162382ce6d8c3539aea075dddaf8b4a057fae06 Mon Sep 17 00:00:00 2001 From: Jason Pruitt <55477390+Json-To-String@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:37:19 -0400 Subject: [PATCH 2/2] leave -> leaves --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b863553..d10eedf 100644 --- a/README.md +++ b/README.md @@ -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, which sets the number of dynamic channels, and leave the remaining channels static. +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).