NexScript Editor

To create or edit script, use Script | New Script or Script | Open Script NeuroExplorer menu commands. NeuroExplorer will open NexScript editor:

../../../_images/nexscript.png

There are three main panels in NexScript: the main Editor panel (upper right), the Functions panel (upper left) and Output panel (bottom).

The Functions panel lists NeuroExplorer custom functions that allow you to load and modify data, run analyses and save results.

The output of print() Python statements and Trace() NexScript statements is shown in the Output panel.

To create and run a new script:

  • Select File | New menu command

  • Add code to the new script

  • Save the new script using File | Save As menu command

  • Run the script by selecting Script | Start menu command

You can convert your existing NexScript script to Python using Tools | Convert NexScript to Python menu command:

../../../_images/nexscript_tools.png