VoltageClampSeries Current data from an intracellular voltage-clamp recording. A corresponding VoltageClampStimulusSeries (stored separately as a stimulus) is used to store the voltage injected.
capacitance_fast |
OPTIONAL ((float32) ) Fast capacitance, in farads. |
capacitance_fast_unit |
OPTIONAL (char) Unit of measurement for capacitance_fast, which is fixed to 'farads'. |
capacitance_slow |
OPTIONAL ((float32) ) Slow capacitance, in farads. |
capacitance_slow_unit |
OPTIONAL (char) Unit of measurement for capacitance_fast, which is fixed to 'farads'. |
comments |
OPTIONAL (char) Human-readable comments about the TimeSeries. This second descriptive field can be used to store additional
information, or descriptive information if the primary description field is populated with a computer-readable string.
|
control |
OPTIONAL ((uint8) ) Numerical labels that apply to each time point in data for the purpose of querying and slicing data by
these values. If present, the length of this array should be the same size as the first dimension of data.
|
control_description |
OPTIONAL ((char) ) Description of each control value. Must be present if control is present. If present, control_description[0]
should describe time points where control == 0.
|
data |
REQUIRED ((any) ) Data values. Data can be in 1-D, 2-D, 3-D, or 4-D. The first dimension should always represent time. This
can also be used to store binary data (e.g., image frames). This can also be a link to data stored in an external file.
|
data_continuity |
OPTIONAL (char) Optionally describe the continuity of the data. Can be "continuous", "instantaneous", or "step". For example,
a voltage trace would be "continuous", because samples are recorded from a continuous process. An array of lick times would
be "instantaneous", because the data represents distinct moments in time. Times of image presentations would be "step" because
the picture remains the same until the next timepoint. This field is optional, but is useful in providing information about
the underlying data. It may inform the way this data is interpreted, the way it is visualized, and what analysis methods are
applicable.
|
data_conversion |
OPTIONAL (float32) Scalar to multiply each element in data to convert it to the specified 'unit'. If the data are stored in
acquisition system units or other units that require a conversion to be interpretable, multiply the data by 'conversion' to
convert the data to the specified 'unit'. e.g. if the data acquisition system stores values in this object as signed 16-bit
integers (int16 range -32,768 to 32,767) that correspond to a 5V range (-2.5V to 2.5V), and the data acquisition system gain
is 8000X, then the 'conversion' multiplier to get from raw data acquisition values to recorded volts is 2.5/32768/8000 = 9.5367e-9.
|
data_resolution |
OPTIONAL (float32) Smallest meaningful difference between values in data, stored in the specified by unit, e.g., the change
in value of the least significant bit, or a larger number if signal noise is known to be present. If unknown, use -1.0.
|
data_unit |
REQUIRED (char) Base unit of measurement for working with the data. Actual stored values are not necessarily stored in these
units. To access the data in these units, multiply 'data' by 'conversion'.
|
description |
OPTIONAL (char) Description of the time series. |
electrode |
REQUIRED (IntracellularElectrode) |
gain |
OPTIONAL ((float32) ) Gain of the recording, in units Volt/Amp (v-clamp) or Volt/Volt (c-clamp). |
resistance_comp_bandwidth |
OPTIONAL ((float32) ) Resistance compensation bandwidth, in hertz. |
resistance_comp_bandwidth_unit |
OPTIONAL (char) Unit of measurement for resistance_comp_bandwidth, which is fixed to 'hertz'. |
resistance_comp_correction |
OPTIONAL ((float32) ) Resistance compensation correction, in percent. |
resistance_comp_correction_unit |
OPTIONAL (char) Unit of measurement for resistance_comp_correction, which is fixed to 'percent'. |
resistance_comp_prediction |
OPTIONAL ((float32) ) Resistance compensation prediction, in percent. |
resistance_comp_prediction_unit |
OPTIONAL (char) Unit of measurement for resistance_comp_prediction, which is fixed to 'percent'. |
starting_time |
OPTIONAL ((float64) ) Timestamp of the first sample in seconds. When timestamps are uniformly spaced, the timestamp of the
first sample can be specified and all subsequent ones calculated from the sampling rate attribute.
|
starting_time_rate |
REQUIRED (float32) Sampling rate, in Hz. |
starting_time_unit |
OPTIONAL (char) Unit of measurement for time, which is fixed to 'seconds'. |
stimulus_description |
REQUIRED (char) Protocol/stimulus name for this patch-clamp dataset. |
sweep_number |
OPTIONAL (uint32) Sweep number, allows to group different PatchClampSeries together. |
timestamps |
OPTIONAL ((float64) ) Timestamps for samples stored in data, in seconds, relative to the common experiment master-clock stored
in NWBFile.timestamps_reference_time.
|
timestamps_interval |
OPTIONAL (int32) Value is '1' |
timestamps_unit |
OPTIONAL (char) Unit of measurement for timestamps, which is fixed to 'seconds'. |
whole_cell_capacitance_comp |
OPTIONAL ((float32) ) Whole cell capacitance compensation, in farads. |
whole_cell_capacitance_comp_unit |
OPTIONAL (char) Unit of measurement for whole_cell_capacitance_comp, which is fixed to 'farads'. |
whole_cell_series_resistance_comp |
OPTIONAL ((float32) ) Whole cell series resistance compensation, in ohms. |
whole_cell_series_resistance_comp_unit |
OPTIONAL (char) Unit of measurement for whole_cell_series_resistance_comp, which is fixed to 'ohms'. |
|
addlistener |
Add listener for event. |
|
delete |
Delete a handle object. |
|
eq |
== (EQ) Test handle equality. |
|
export |
|
|
findobj |
Find objects matching specified conditions. |
|
findprop |
Find property of MATLAB handle object. |
|
ge |
>= (GE) Greater than or equal relation for handles. |
|
gt |
> (GT) Greater than relation for handles. |
Sealed
|
isvalid |
Test handle validity. |
|
le |
<= (LE) Less than or equal relation for handles. |
|
listener |
Add listener for event without binding the listener to the source object. |
|
loadAll |
|
|
lt |
< (LT) Less than relation for handles. |
|
ne |
~= (NE) Not equal relation for handles. |
|
notify |
Notify listeners of event. |
|
validate_capacitance_fast |
|
|
validate_capacitance_slow |
|
|
validate_comments |
|
|
validate_control |
|
|
validate_control_description |
|
|
validate_data |
|
|
validate_data_continuity |
|
|
validate_data_conversion |
|
|
validate_data_resolution |
|
|
validate_data_unit |
|
|
validate_description |
|
|
validate_electrode |
|
|
validate_gain |
|
|
validate_resistance_comp_bandwidth |
|
|
validate_resistance_comp_correction |
|
|
validate_resistance_comp_prediction |
|
|
validate_starting_time |
|
|
validate_starting_time_rate |
|
|
validate_stimulus_description |
|
|
validate_sweep_number |
|
|
validate_timestamps |
|
|
validate_whole_cell_capacitance_comp |
|
|
validate_whole_cell_series_resistance_comp |
|