DigitalPatternLabelHistoryRamTrigger.VectorOffset Property
- Updated2023-11-24
- 1 minute(s) read
DigitalPatternLabelHistoryRamTriggerVectorOffset Property
Gets or sets the number of vectors following the pattern label specified by
Label
where History RAM will start acquiring pattern information.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public long VectorOffset { get; set; }
Public Property VectorOffset As Long Get Set
Property Value
Type: Int64The 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
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | VectorOffset was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |