DigitalHistoryRamTrigger.CycleNumber Property
- Updated2023-11-24
- 1 minute(s) read
DigitalHistoryRamTriggerCycleNumber Property
Gets the DigitalCycleNumberHistoryRamTrigger object used
to configure the History RAM trigger as a cycle number History RAM trigger.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public DigitalCycleNumberHistoryRamTrigger CycleNumber { get; }
Public ReadOnly Property CycleNumber As DigitalCycleNumberHistoryRamTrigger Get
Property Value
Type: DigitalCycleNumberHistoryRamTriggerObject used to configure and control the History RAM trigger as a cycle number 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 | CycleNumber was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |