types.core.IntracellularElectrode - MATLAB File Help
types.core.IntracellularElectrode
  IntracellularElectrode An intracellular electrode and its metadata.
Class Details
Superclasses types.core.NWBContainer, types.untyped.GroupClass
Sealed false
Construct on load false
Constructor Summary
IntracellularElectrode Constructor for IntracellularElectrode 
Property Summary
cell_id (char) unique ID of the cell 
description REQUIRED (char) Description of electrode (e.g., whole-cell, sharp, etc.). 
device Device 
filtering (char) Electrode specific filtering. 
initial_access_resistance (char) Initial access resistance. 
location (char) Location of the electrode. Specify the area, layer, comments on estimation of area/layer, stereotaxic coordinates if in vivo, etc. Use standard atlas names for anatomical regions when possible. 
resistance (char) Electrode resistance, in ohms. 
seal (char) Information about seal used for recording. 
slice (char) Information about slice used for recording. 
Method Summary
  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_cell_id  
  validate_description  
  validate_device  
  validate_filtering  
  validate_initial_access_resistance  
  validate_location  
  validate_resistance  
  validate_seal  
  validate_slice  
Event Summary