Hello,
Now I am trying to use python to control the MEA2100_256 to achieve electrical stimulation of brain organoids.maybe a bit of a newbie question, but I do not really find the given explanations helpful so far. I still don't understand something in the code after reading the manual and samples.
in the electrodes that define the DAC device. SetElectrodeDacMux(electrode,0, Mcs.Usb.ElectrodeDacMuxEnumNet.Stg1); Does this 0 mean the index of the list mode? I don't see the creation of list mode in the example. Hope for a detailed explanation
Also, can tell me more specific input about device.SetupTrigger(0, channelmap, syncoutmap, repeat). For example, in channelmap, the array we input is a one-dimensional array of 0 and 1. Does 1 represent the electrode corresponding to the stimulus? Again entering 255 means connect all stimulation channels to the first trigger and repeat. Then I hope to realize how to use python to control the MEA2100_256 to stimulate only the electrodes I want to stimulate.
Hello,
Now I am trying to use python to control the MEA2100_256 to achieve electrical stimulation of brain organoids.maybe a bit of a newbie question, but I do not really find the given explanations helpful so far. I still don't understand something in the code after reading the manual and samples.
in the electrodes that define the DAC device. SetElectrodeDacMux(electrode,0, Mcs.Usb.ElectrodeDacMuxEnumNet.Stg1); Does this 0 mean the index of the list mode? I don't see the creation of list mode in the example. Hope for a detailed explanation
Also, can tell me more specific input about device.SetupTrigger(0, channelmap, syncoutmap, repeat). For example, in channelmap, the array we input is a one-dimensional array of 0 and 1. Does 1 represent the electrode corresponding to the stimulus? Again entering 255 means connect all stimulation channels to the first trigger and repeat. Then I hope to realize how to use python to control the MEA2100_256 to stimulate only the electrodes I want to stimulate.