From 8451e58fbef81c9b1f2bb41dbdda33e0595a7947 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 27 Feb 2020 02:11:12 +0800 Subject: [PATCH] ad9912: fix ftw width docstring --- artiq/coredevice/ad9912.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/ad9912.py b/artiq/coredevice/ad9912.py index 9e1005932..32854ef6e 100644 --- a/artiq/coredevice/ad9912.py +++ b/artiq/coredevice/ad9912.py @@ -140,7 +140,7 @@ class AD9912: After the SPI transfer, the shared IO update pin is pulsed to activate the data. - :param ftw: Frequency tuning word: 32 bit unsigned. + :param ftw: Frequency tuning word: 48 bit unsigned. :param pow: Phase tuning word: 16 bit unsigned. """ # streaming transfer of FTW and POW