// Author: Etay Hay, 2011
//    Models of Neocortical Layer 5b Pyramidal Cells Capturing a Wide Range of
//    Dendritic and Perisomatic Active Properties
//    (Hay et al., PLoS Computational Biology, 2011) 
//
// Model of L5 Pyramidal Cell, constrained both for BAC firing and Current Step Firing
begintemplate L5PCbiophys
public biophys
proc biophys() {
	forsec $o1.all {
	  insert pas
		cm = 1
		Ra = 100
		e_pas = -90
	}
  forsec $o1.somatic {
  }
	forsec $o1.apical {
	}
  forsec $o1.basal {
	}
  forsec $o1.axonal {
	}
}
endtemplate L5PCbiophys