Name

Returns the name of the NexVar object.

Syntax

var.Name()

Parameters

Name

Return

Returns the name of the NexVar object.

Note

Python only.

Examples

Python

import nex
doc = nex.GetActiveDocument()
var = nex.GetVar(doc, 1, 'neuron')
print(var.Name())