pynwb.testing.mock.ecephys module

pynwb.testing.mock.ecephys.mock_ElectrodeGroup(name=None, description='description', location='location', device=None, position=None)[source]
pynwb.testing.mock.ecephys.mock_ElectrodeTable(n_rows=5, group=None)[source]
pynwb.testing.mock.ecephys.mock_electrodes(n_electrodes=5, table=electrodes hdmf.common.table.DynamicTable at 0x139887962858304 Fields:   colnames: ['location' 'group' 'group_name']   columns: (     location <class 'hdmf.common.table.VectorData'>, group <class 'hdmf.common.table.VectorData'>, group_name <class 'hdmf.common.table.VectorData'>   )   description: metadata about extracellular electrodes   id: id <class 'hdmf.common.table.ElementIdentifiers'>)[source]
pynwb.testing.mock.ecephys.mock_ElectricalSeries(name=None, description='description', data=None, rate=30000.0, timestamps=None, electrodes=None, filtering='filtering')[source]
pynwb.testing.mock.ecephys.mock_SpikeEventSeries(name=None, description='description', data=None, timestamps=array([0., 1., 2., 3., 4., 5., 6., 7., 8., 9.]), electrodes=None)[source]