VectorOffset
- Updated2026-01-12
- 1 minute(s) read
Gets or sets the number of vectors following the pattern label specified by Label where History RAM will start acquiring pattern information.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public long VectorOffset { get; set; }
Returns
The vector offset following the pattern label specified by Label for the History RAM trigger. This property is used when TriggerType is set to PatternLabel. The default value is 0.
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.IviCDriverException | The underlying NI-Digital driver returned an error. |
| System.ObjectDisposedException | VectorOffset was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |