Skip to content

Commit 0fe0504

Browse files
update examples with dynamic_channels parameter
1 parent 10911d6 commit 0fe0504

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/devices/AD9959DDSSweeper.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ An example connection table with the default settings of the sweeper:
6666
name='AD9959',
6767
parent_device=prawn.clocklines[0],
6868
com_port='COM11',
69+
dynamic_channels=2
6970
)
7071
7172
@@ -79,8 +80,8 @@ An example connection table with the default settings of the sweeper:
7980
8081
stop(1)
8182
82-
An example connection table that uses the PrawnBlaster and sweeper with an
83-
external, 100 MHz clock and pll multiplier of 5:
83+
An example connection table that uses the PrawnBlaster and sweeper with three
84+
dynamic channels, an external, 100 MHz clock and pll multiplier of 5:
8485

8586
.. code-block:: python
8687
@@ -99,6 +100,7 @@ external, 100 MHz clock and pll multiplier of 5:
99100
name='AD9959',
100101
parent_device=prawn.clocklines[0],
101102
com_port='COM11',
103+
dynamic_channels=3,
102104
pico_board='pico2',
103105
ref_clock_external=1,
104106
ref_clock_frequency=100e6,

0 commit comments

Comments
 (0)