NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalFirstFailureHistoryRamTrigger.Configure Method

  • Updated2023-11-24
  • 1 minute(s) read
DigitalFirstFailureHistoryRamTrigger.Configure Method

DigitalFirstFailureHistoryRamTriggerConfigure Method

Configures the TriggerType to FirstFailure and configures PretriggerSamples.

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

Syntax

public void Configure(
	int pretriggerSamples
)
Public Sub Configure ( 
	pretriggerSamples As Integer
)

Parameters

pretriggerSamples
Type: SystemInt32
The number of samples to acquire before the DigitalHistoryRamTrigger.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for pretriggerSamples is invalid.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionConfigure(Int32) was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

See Also

Log in to get a better experience