NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DigitalPatternStartTrigger.Pattern Property

DigitalPatternStartTrigger.Pattern Property

DigitalPatternStartTriggerPattern Property

Specifies the digital pattern that must be met for the Start Trigger to occur.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public string Pattern { get; set; }
Public Property Pattern As String
	Get
	Set

Property Value

Type: String
Specifies the digital pattern that must be met for the Start Trigger to occur.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?