Gets or sets the number of cycles following the pattern label specified by Label and vector offset specified by VectorOffset where History RAM will start acquiring pattern information.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public long CycleOffset { get; set; }

Returns

The cycle offset specified by CycleOffset following the pattern label specified by Label and vector offset specified by VectorOffset for the DigitalHistoryRamTrigger. This property is used when TriggerType is set to PatternLabel. The default value is 0.

Exceptions

TypeDescription
Ivi.Driver.IviCDriverException

The underlying NI-Digital driver returned an error.

System.ObjectDisposedException

CycleOffset was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.