forked from M-Labs/artiq
phaser: fix docstring formatting (#1866)
This commit is contained in:
parent
b02abc2bf4
commit
9a96387dfe
|
@ -460,8 +460,7 @@ class Phaser:
|
||||||
* :const:`PHASER_STA_TRF1_LD`: Quadrature upconverter 1 lock detect
|
* :const:`PHASER_STA_TRF1_LD`: Quadrature upconverter 1 lock detect
|
||||||
* :const:`PHASER_STA_TERM0`: ADC channel 0 termination indicator
|
* :const:`PHASER_STA_TERM0`: ADC channel 0 termination indicator
|
||||||
* :const:`PHASER_STA_TERM1`: ADC channel 1 termination indicator
|
* :const:`PHASER_STA_TERM1`: ADC channel 1 termination indicator
|
||||||
* :const:`PHASER_STA_SPI_IDLE`: SPI machine is idle and data registers
|
* :const:`PHASER_STA_SPI_IDLE`: SPI machine is idle and data registers can be read/written
|
||||||
can be read/written
|
|
||||||
|
|
||||||
:return: Status register
|
:return: Status register
|
||||||
"""
|
"""
|
||||||
|
@ -750,10 +749,11 @@ class PhaserChannel:
|
||||||
* multiple oscillators (in the coredevice phy),
|
* multiple oscillators (in the coredevice phy),
|
||||||
* an interpolation chain and digital upconverter (DUC) on Phaser,
|
* an interpolation chain and digital upconverter (DUC) on Phaser,
|
||||||
* several channel-specific settings in the DAC:
|
* several channel-specific settings in the DAC:
|
||||||
|
|
||||||
* quadrature modulation compensation QMC
|
* quadrature modulation compensation QMC
|
||||||
* numerically controlled oscillator NCO or coarse mixer CMIX,
|
* 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.
|
* a digitally controlled step attenuator.
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
|
|
Loading…
Reference in New Issue