NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPatternLabelHistoryRamTrigger.VectorOffset Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalPatternLabelHistoryRamTrigger.VectorOffset Property

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: Int64

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

ExceptionCondition
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionVectorOffset was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

See Also

Log in to get a better experience