mirror of https://github.com/m-labs/artiq.git
phaser: add comment about get_dac_data
This commit is contained in:
parent
272dc5d36a
commit
e69bb0aeb3
|
@ -223,6 +223,9 @@ class Phaser:
|
||||||
def get_dac_data(self, ch) -> TInt32:
|
def get_dac_data(self, ch) -> TInt32:
|
||||||
"""Get a sample of the current DAC data.
|
"""Get a sample of the current DAC data.
|
||||||
|
|
||||||
|
The data is split accross multiple registers and thus the data
|
||||||
|
is only valid if constant.
|
||||||
|
|
||||||
:param ch: DAC channel pair (0 or 1)
|
:param ch: DAC channel pair (0 or 1)
|
||||||
:return: DAC data as 32 bit IQ
|
:return: DAC data as 32 bit IQ
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue