DisableRecalcOnSelChange

Disables recalculation of analyses when the list of selected variables changes.

Syntax

DisableRecalcOnSelChange()

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 function allows you to disable automatic recalculation on selection change.

Examples

Python

import nex
nex.DisableRecalcOnSelChange()

NexScript

DisableRecalcOnSelChange()