forked from M-Labs/artiq
phaser: fix docstring formatting (#1866)
This commit is contained in:
parent
56b8c3c096
commit
66ea41a81c
|
@ -429,8 +429,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
|
||||||
"""
|
"""
|
||||||
|
@ -656,10 +655,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