NumPointsInWave
Returns the number of data points in each waveform of the NexVar
object representing waveform variable.
Syntax
var.NumPointsInWave()
Parameters
None.
Return
Returns the number of data points in each waveform of the NexVar
object representing waveform variable.
Note
Python only
Examples
Python
import nex
doc = nex.GetActiveDocument()
var = nex.GetVar(doc, 1, 'wave')
print(var.NumPointsInWave())