Netstim generates events that Netcon conducts to a target -- the ExpSyn associated with the cell. How does the ExpSyn NET_RECEIVE change the conductance? Does the state_discontinuity function simply sum the conductance with the weight parameter from NetCon?
Code: Select all
NET_RECEIVE(weight (uS)) {
state_discontinuity(g, g + weight)
}