mirror of https://github.com/m-labs/artiq.git
phaser: typo
This commit is contained in:
parent
ec4270fb4b
commit
a16c81a069
|
@ -566,7 +566,7 @@ class Phaser:
|
|||
def dac_iotest(self, pattern) -> TInt32:
|
||||
"""Performs a DAC IO test according to the datasheet.
|
||||
|
||||
:param patterm: List of four int32 containing the pattern
|
||||
:param pattern: List of four int32 containing the pattern
|
||||
:return: Bit error mask (16 bits)
|
||||
"""
|
||||
if len(pattern) != 4:
|
||||
|
|
Loading…
Reference in New Issue