Quick Setpointer syntax question
Posted: Fri Jan 29, 2016 2:19 am
Hello,
I've been trying to get a pointer from one of my point processes (ostim) to communicate with a custom channel (chanrhod) but seem to be having syntax problems. I create a new object named "stim" which is an ostim object and can use that with the setpointer command without problems. However, whenever I try doing something such as:
setpointer stim.irradiance, chanrhod.source_irradiance
I get a syntax error pointed at chanrhod. I'm assuming there is a fundamental issue with how channel mechanisms need to interact in the setpointer command that I am unaware of and can't seem to figure it out. Do I need to do something similar as what is done with point processes and somehow assign it to an object first?
Thanks in advance for any clarification!
I've been trying to get a pointer from one of my point processes (ostim) to communicate with a custom channel (chanrhod) but seem to be having syntax problems. I create a new object named "stim" which is an ostim object and can use that with the setpointer command without problems. However, whenever I try doing something such as:
setpointer stim.irradiance, chanrhod.source_irradiance
I get a syntax error pointed at chanrhod. I'm assuming there is a fundamental issue with how channel mechanisms need to interact in the setpointer command that I am unaware of and can't seem to figure it out. Do I need to do something similar as what is done with point processes and somehow assign it to an object first?
Thanks in advance for any clarification!