functions
nrnglobalmechmenu("mechname")
n = nrnglobalmechmenu("mechname", 0)
nrnglobalmechmenu("mechname", 0) returns the number of global variables for this mechanism. Does not pop up a panel.
functionsnrnmechmenu() vestigial. does nothing. taken over by nrnsecmenu
functions
nrnpointmenu(PointProcessObject)
functions
nrnsecmenu(x, vartype)
0 < x < 1 shows variables at segment containing x changing these variables changes only the values in that segment eg. equivalent to section.v(.2) = -65
x = -1 shows range variables which are constant (same in each segment of the section). changing these variables makes the variable constant in the entire section. eg. equivalent to section.v = -65. Variables that are not constant get a label to that effect instead of a field editor.
vartype=1,2,3 shows parameters, assigned, or states respectively.