Skip to content
Snippets Groups Projects
Commit 503c9ade authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Removed <<<<, === and >>> from improper merge.

parent de659651
No related branches found
No related tags found
No related merge requests found
3.1.1-160-g4b57369
\ No newline at end of file
3.1.1-163-g681473b
\ No newline at end of file
......@@ -72,29 +72,24 @@ def analogStimTable():
def main():
"""
Example of using a StimulusTable as an analog signal source in
a reaction system. It could be used similarly to give other
analog inputs to a model, such as a current or voltage clamp signal.
Example of using a StimulusTable as an analog signal source in
a reaction system. It could be used similarly to give other
analog inputs to a model, such as a current or voltage clamp signal.
This demo creates a StimulusTable and assigns it half a sine wave.
Then we assign the start time and period over which to emit the wave.
The output of the StimTable is sent to a pool **a**, which participates
in a trivial reaction::
This demo creates a StimulusTable and assigns it half a sine wave.
Then we assign the start time and period over which to emit the wave.
The output of the StimTable is sent to a pool **a**, which participates
in a trivial reaction::
table ----> a <===> b
table ----> a <===> b
The output of **a** and **b** are recorded in a regular table
for plotting.
The output of **a** and **b** are recorded in a regular table
for plotting.
"""
analogStimTable()
if __name__ == '__main__':
<<<<<<< HEAD
main
=======
main()
>>>>>>> 0e491aa41584cf7a66c0e242374d8ee61660eb7b
#
......
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