Commit 3dd5fa65 authored by Guillaume Blanchy's avatar Guillaume Blanchy
Browse files

Merge branch 'v2024_rc' of gitlab-ssh.irstea.fr:reversaal/OhmPi into v2024_rc

Showing with 5 additions and 4 deletions
+5 -4
...@@ -85,10 +85,10 @@ if within_ohmpi: ...@@ -85,10 +85,10 @@ if within_ohmpi:
print('Starting test with OhmPi.') print('Starting test with OhmPi.')
k = OhmPi() k = OhmPi()
# k.get_data() # k.get_data()
# k.load_sequence(os.path.join(os.path.dirname(__file__), '../sequences/wenner16.txt')) k.load_sequence(os.path.join(os.path.dirname(__file__), '../sequences/wenner16.txt'))
# k.reset_mux() k.reset_mux()
# k.run_multiple_sequences(sequence_delay=20, nb_meas=3) # k.run_multiple_sequences(sequence_delay=20, nb_meas=3)
# k.run_sequence(injection_duration=0.2) k.run_sequence(injection_duration=0.2)
# k.rs_check(tx_volt=4) # k.rs_check(tx_volt=4)
# k.test_mux(mux_id=None, activation_time=0.2) # k.test_mux(mux_id=None, activation_time=0.2)
# k._hw.switch_mux([A, B, M, N], state='on') # k._hw.switch_mux([A, B, M, N], state='on')
......
...@@ -7,6 +7,7 @@ API reference ...@@ -7,6 +7,7 @@ API reference
.. automodule:: ohmpi.ohmpi .. automodule:: ohmpi.ohmpi
:members: :members:
.. automodule:: ohmpi.hardware_system
:members:
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
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