We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891b32a commit 1a7d81eCopy full SHA for 1a7d81e
1 file changed
hwcomponents_adc/main.py
@@ -62,7 +62,7 @@ def try_check(keys, numeric):
62
63
r = ADCRequest(
64
bits=try_check(resolution_names, numeric=True),
65
- tech=float(checkerr("tech_node", numeric=True)),
+ tech=float(checkerr("tech_node", numeric=True)) * 1e9, # m -> nm
66
throughput=float(checkerr("throughput", numeric=True)),
67
n_adcs=n_adcs,
68
logger=logger,
0 commit comments