public pp, connect2target, x, y, z, position, is_art
objref pp, file
proc init() {
pp = new IntFire4()
pp.taue= 0.5
pp.taui1=5
pp.taui2=10
pp.taum= 30 //0.2 nF divided by g 20 nS
}
func is_art() { return 1 }
obfunc connect2target() { localobj nc
nc = new NetCon(pp, $o1)
if (numarg() == 2) { $o2 = nc }
return nc
}
proc position(){x=$1 y=$2 z=$3}