Skip to content

Commit

Permalink
Correct deprecation in readme.md for pulsefile
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab authored Oct 28, 2019
1 parent db71f7c commit c330b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ stim = STG4000()
# download a biphasic single pulse with an amplitude of +- 1mA, a pulsewidth of 1ms and a
# interstimulusinterval of 48ms to the first channel. Channel indexing starts at 0.

stim.download(channel_index=0, amplitude=[1000000, -1000000, 0],
duration=[1000, 1000, 48000])
stim.download(channel_index=0, amplitude=[1, -1, 0],
duration=[1, 1, 48000])

# start the stimulation
stim.start_stimulation([0]) #trigger the first channel
Expand Down

0 comments on commit c330b62

Please sign in to comment.