DigitalHistoryRamTrigger.FirstFailure Property
- Updated2023-11-24
- 1 minute(s) read
DigitalHistoryRamTriggerFirstFailure Property
Gets the DigitalFirstFailureHistoryRamTrigger object used
to configure the History RAM trigger as a first failure History RAM trigger.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public DigitalFirstFailureHistoryRamTrigger FirstFailure { get; }
Public ReadOnly Property FirstFailure As DigitalFirstFailureHistoryRamTrigger Get
Property Value
Type: DigitalFirstFailureHistoryRamTriggerObject used to configure and control the History RAM trigger as a first failure History RAM trigger. This object is created when the DigitalHistoryRamTrigger object is created.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | FirstFailure was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |