
5.5.4.6. Select Function
Select Function
Selects the specified variable for analysis.
Syntax
Select(doc, var)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
var variableReference Reference to the variable.
Returns
None
Comments
Only selected variables used in analysis. Use select and deselect functions to specify what variables
you want to analyze.
Usage
NexScript
doc = GetActiveDocument()
Select(doc, GetVarByName(doc, "Neuron1"))
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 186
Kommentare zu diesen Handbüchern