nigelrogasch / MAGIC

Magnetic stimulator interface controller toolbox
23 stars 9 forks source link

Magventure train #7

Open MarMykland opened 5 years ago

MarMykland commented 5 years ago

I get no response when seting or sending trains in the magventure script, is this a known issue?

bzf567 commented 4 years ago

You may have to run 'setPage' this funciton before you 'setTrain' and 'sendTrain'. magventureObject.setPage('Train'); magventureObject.setTrain(4,4,5,5) magventureObject.sendTrain()