From 9a96387dfe1dd6012c6991719c20bfdba72e15b6 Mon Sep 17 00:00:00 2001 From: ciciwu <89900858+ciciwu213@users.noreply.github.com> Date: Tue, 8 Mar 2022 19:03:30 +0800 Subject: [PATCH] phaser: fix docstring formatting (#1866) --- artiq/coredevice/phaser.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/artiq/coredevice/phaser.py b/artiq/coredevice/phaser.py index 5f7cd7108..c9bf0c479 100644 --- a/artiq/coredevice/phaser.py +++ b/artiq/coredevice/phaser.py @@ -460,8 +460,7 @@ class Phaser: * :const:`PHASER_STA_TRF1_LD`: Quadrature upconverter 1 lock detect * :const:`PHASER_STA_TERM0`: ADC channel 0 termination indicator * :const:`PHASER_STA_TERM1`: ADC channel 1 termination indicator - * :const:`PHASER_STA_SPI_IDLE`: SPI machine is idle and data registers - can be read/written + * :const:`PHASER_STA_SPI_IDLE`: SPI machine is idle and data registers can be read/written :return: Status register """ @@ -750,10 +749,11 @@ class PhaserChannel: * multiple oscillators (in the coredevice phy), * an interpolation chain and digital upconverter (DUC) on Phaser, * several channel-specific settings in the DAC: + * quadrature modulation compensation QMC * numerically controlled oscillator NCO or coarse mixer CMIX, - * the analog quadrature upconverter (in the Phaser-Upconverter hardware - variant), and + + * the analog quadrature upconverter (in the Phaser-Upconverter hardware variant), and * a digitally controlled step attenuator. Attributes: