DigitalFirstFailureHistoryRamTrigger.Configure Method
- Updated2023-11-24
- 1 minute(s) read
DigitalFirstFailureHistoryRamTriggerConfigure Method
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
Exception | Condition |
---|---|
OutOfRangeException | The value for pretriggerSamples is invalid. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | Configure(Int32) was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |