nitypes.waveform.SampleIntervalMode

class nitypes.waveform.SampleIntervalMode(*args, **kwds)

Bases: enum.Enum

The sample interval mode that specifies how the waveform is sampled.

NONE = 0

No sample interval.

REGULAR = 1

Regular sample interval.

IRREGULAR = 2

Irregular sample interval.