DigitalCycleNumberHistoryRamTrigger.Configure Method
- Updated2023-11-24
- 1 minute(s) read
DigitalCycleNumberHistoryRamTriggerConfigure Method
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public void Configure( long cycleNumber, int pretriggerSamples )
Public Sub Configure ( cycleNumber As Long, pretriggerSamples As Integer )
Parameters
- cycleNumber
- Type: SystemInt64
The number of cycles to execute before the DigitalHistoryRamTrigger. - 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(Int64, Int32) was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |