Intervals

Returns the list of all the intervals of the NexVar object representing interval variable.

Syntax

var.Intervals()

Return

Returns the list of all the intervals of the NexVar object representing interval variable. The values are in seconds.

Note

Python only.

Examples

Python

import nex
doc = nex.GetActiveDocument()
intervals = doc['CorrectTrials'].Intervals()
print(intervals)