NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRamTrigger.TriggerType Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalHistoryRamTrigger.TriggerType Property

DigitalHistoryRamTriggerTriggerType Property

Gets or sets the trigger type of the DigitalHistoryRamTrigger.

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

Syntax

public HistoryRamTriggerType TriggerType { get; set; }
Public Property TriggerType As HistoryRamTriggerType
	Get
	Set

Property Value

Type: HistoryRamTriggerType
The trigger type of the DigitalHistoryRamTrigger. The default value is FirstFailure.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for TriggerType is invalid.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionTriggerType was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

Remarks

The digital pattern instrument waits for this trigger after you initiate a pattern burst and does not acquire pattern information until it receives this trigger.

See Also

Log in to get a better experience