Commit 83e854a0 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates test_3_mux_2024.py

Showing with 1 addition and 1 deletion
+1 -1
......@@ -47,7 +47,7 @@ if within_ohmpi:
from ohmpi.ohmpi import OhmPi
print('Starting test of mux within OhmPi.')
k = OhmPi()
A, B, M, N = (10, 13, 12, 11)
A, B, M, N = (32, 29, 31, 30)
k.reset_mux()
k._hw.switch_mux([A, B, M, N], state='on')
k._hw.vab_square_wave(12.,12., cycles=2)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment