EnableRecalcOnSelChange
Enables recalculation of analyses when the list of selected variables changes.
Syntax
EnableRecalcOnSelChange ()
Parameters
None.
Return
None.
Note
If there is an analysis window open in NeuroExplorer (for example, if an analysis window was
open before script began or ApplyTemplate
was called in the script)
and a list of selected variables changes, NeuroExplorer can automatically recalculate the analysis results.
This automatic recalculation is disabled by default. This function allows you to enable automatic recalculation on selection change.
Examples
Python
import nex
nex.EnableRecalcOnSelChange()
NexScript
EnableRecalcOnSelChange ()