NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalStartTrigger.TriggerType Property

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

DigitalStartTriggerTriggerType Property

Gets or sets the trigger type of the DigitalStartTrigger.

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

Syntax

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

Property Value

Type: TriggerType
The trigger type of the DigitalStartTrigger. The default value is None.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for TriggerType is invalid.

Remarks

The digital pattern instrument waits for this trigger after you initiate a pattern burst and does not burst a pattern until this trigger is received.

See Also

Log in to get a better experience