HHChannel2D

class HHChannel2D

HHChannel2D: Hodgkin-Huxley type voltage-gated Ion channel. Something like the old tabchannel from GENESIS, but also presents a similar interface as hhchan from GENESIS.

setXindex()

(destination message field) Assigns field value.

getXindex()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setYindex()

(destination message field) Assigns field value.

getYindex()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setZindex()

(destination message field) Assigns field value.

getZindex()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setXpower()

(destination message field) Assigns field value.

getXpower()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setYpower()

(destination message field) Assigns field value.

getYpower()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setZpower()

(destination message field) Assigns field value.

getZpower()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setInstant()

(destination message field) Assigns field value.

getInstant()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setX()

(destination message field) Assigns field value.

getX()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setY()

(destination message field) Assigns field value.

getY()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setZ()

(destination message field) Assigns field value.

getZ()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

concen()

(destination message field) Incoming message from Concen object to specific conc to useas the first concen variable

concen2()

(destination message field) Incoming message from Concen object to specific conc to useas the second concen variable

setNumGateX()

(destination message field) Assigns number of field entries in field array.

getNumGateX()

(destination message field) Requests number of field entries in field array.The requesting Element must provide a handler for the returned value.

setNumGateY()

(destination message field) Assigns number of field entries in field array.

getNumGateY()

(destination message field) Requests number of field entries in field array.The requesting Element must provide a handler for the returned value.

setNumGateZ()

(destination message field) Assigns number of field entries in field array.

getNumGateZ()

(destination message field) Requests number of field entries in field array.The requesting Element must provide a handler for the returned value.

Xindex

string (value field) String for setting X index.

Yindex

string (value field) String for setting Y index.

Zindex

string (value field) String for setting Z index.

Xpower

double (value field) Power for X gate

Ypower

double (value field) Power for Y gate

Zpower

double (value field) Power for Z gate

instant

int (value field) Bitmapped flag: bit 0 = Xgate, bit 1 = Ygate, bit 2 = ZgateWhen true, specifies that the lookup table value should beused directly as the state of the channel, rather than usedas a rate term for numerical integration for the state

X

double (value field) State variable for X gate

Y

double (value field) State variable for Y gate

Z

double (value field) State variable for Y gate