We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64a2143 + bb334ce commit cc1b253Copy full SHA for cc1b253
docs/gallery/domain/icephys.py
@@ -74,6 +74,7 @@
74
75
nwbfile.add_stimulus(ccss)
76
77
+#######################
78
# Here, we will use :py:class:`~pynwb.icephys.VoltageClampSeries` to store voltage clamp
79
# data and then add it to our NWBFile as acquired data using the :py:class:`~pynwb.file.NWBFile` method
80
# :py:meth:`~pynwb.file.NWBFile.add_acquisition`.
@@ -124,6 +125,7 @@
124
125
126
ccss = nwbfile.get_stimulus('ccss')
127
128
+####################
129
# Grabbing acquisition data an be done via :py:meth:`~pynwb.file.NWBFile.get_acquisition`
130
131
vcs = nwbfile.get_acquisition('vcs')
0 commit comments