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