Skip to content

Commit

Permalink
Merge pull request #548 from t-b/fix-iceephys-example
Browse files Browse the repository at this point in the history
Documentation: Fix display of icephys example
  • Loading branch information
bendichter authored Jul 30, 2018
2 parents 64a2143 + bb334ce commit cc1b253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gallery/domain/icephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

nwbfile.add_stimulus(ccss)

#######################
# Here, we will use :py:class:`~pynwb.icephys.VoltageClampSeries` to store voltage clamp
# data and then add it to our NWBFile as acquired data using the :py:class:`~pynwb.file.NWBFile` method
# :py:meth:`~pynwb.file.NWBFile.add_acquisition`.
Expand Down Expand Up @@ -124,6 +125,7 @@

ccss = nwbfile.get_stimulus('ccss')

####################
# Grabbing acquisition data an be done via :py:meth:`~pynwb.file.NWBFile.get_acquisition`

vcs = nwbfile.get_acquisition('vcs')
Expand Down

0 comments on commit cc1b253

Please sign in to comment.