forked from M-Labs/artiq
docs: rename ndecimals to precision
This commit is contained in:
parent
59ad873831
commit
3d0feef614
|
@ -53,7 +53,7 @@ Experiments may have arguments whose values can be set in the dashboard and used
|
||||||
|
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
self.setattr_argument("count", NumberValue(ndecimals=0, step=1))
|
self.setattr_argument("count", NumberValue(precision=0, step=1))
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
for i in range(self.count):
|
for i in range(self.count):
|
||||||
|
|
Loading…
Reference in New Issue