<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I have a question about scripting simulation with python which can also be beneficial for others. Could you share it in the mailing list? Thank you.<div class=""><br class=""></div><div class="">I am currently working on a project where I have to simulate our tDCS with python in SimNIBS. I am trying to write a script, where I give the electrode coordinates, dimensions, and other parameters within the script. In addition to the electrode, I have to model the connector (the plug). </div><div class="">The anode is 5x5 and its connector has a height of 2.3 and width of 1.3. Whereas, the cathode is 4x4 and the connector has the same height and width. I calculated the plug dimensions and the distance from the centre of the electrode, however, when I try to model it in SimNIBS I have 2 problems:</div><div class=""><br class=""></div><div class="">1. Since I have both a cathode and an anode, I have to simulate 2 plugs. However, when I try to simulate them I got this following error for the second electrode’s plug: NotImplementedError in the function put_electrode_on_mesh. Which tells me that the length of the plug shouldn’t be greater than 1 (len(elec.plug)<1).</div><div class="">2. I tried to simulate only one electrode with a plug, and simulated the other electrode without a plug. Then, I noticed that the plug isn’t being simulated at all. Or, I can not see it on the SimNIBS pop up screen which opens after running my simulation script. </div><div class=""><br class=""></div><div class="">I wanted to ask if anyone simulated the connector(plug) of the electrode before, and by any chance has a solution to my problem.</div><div class=""><br class=""></div><div class="">Thank you for your answers in advance.</div><div class="">Best,</div><div class="">Gülce</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue";" class=""><br class=""></div></div></body></html>