GetSelVarNames
Returns the list of selected variables in the document.
Syntax
doc.GetSelVarNames()
Return
Returns the list of selected variables in the document.
Examples
Python
import nex
doc = nex.GetActiveDocument()
selNames = doc.GetSelVarNames()