NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPatternLabelHistoryRamTrigger.CycleOffset Property

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

DigitalPatternLabelHistoryRamTriggerCycleOffset Property

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.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public long CycleOffset { get; set; }
Public Property CycleOffset As Long
	Get
	Set

Property Value

Type: Int64

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

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

See Also

Log in to get a better experience