SelectVariables

Selects variables for analysis using provided comma separated list of variable names.

Syntax

SelectVariables(doc, varNamesInCommaSeparatedString)

Parameters

Parameter

Type

Description

doc

document reference

Reference to the document

varNamesInCommaSeparatedString

string

List of variable names

Return

None.

Examples

Python

import nex
doc = nex.GetActiveDocument()
nex.SelectVariables(doc, 'Neuron05b, Neuron07a')