Getting Started
Trace
Developer Resources
Indices and Tables
Return number of data samples of the current trace.
int
Number of data samples.
Example
>>> trace = Trace(data=np.array([1, 2, 3, 4])) >>> trace.count() 4 >>> len(trace) 4