Skip to content

Commit 1a7d81e

Browse files
Unit fix
1 parent 891b32a commit 1a7d81e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwcomponents_adc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def try_check(keys, numeric):
6262

6363
r = ADCRequest(
6464
bits=try_check(resolution_names, numeric=True),
65-
tech=float(checkerr("tech_node", numeric=True)),
65+
tech=float(checkerr("tech_node", numeric=True)) * 1e9, # m -> nm
6666
throughput=float(checkerr("throughput", numeric=True)),
6767
n_adcs=n_adcs,
6868
logger=logger,

0 commit comments

Comments
 (0)