DigitalHistoryRam.CyclesToAcquire Property
- Updated2023-11-24
- 1 minute(s) read
DigitalHistoryRamCyclesToAcquire Property
Gets or sets which cycles History RAM acquires after the trigger conditions are met. If you configure History RAM to acquire only failed samples, you must set the pretrigger samples for History RAM to 0.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public HistoryRamCycle CyclesToAcquire { get; set; }
Public Property CyclesToAcquire As HistoryRamCycle Get Set
Property Value
Type: HistoryRamCycleThe cycles to acquire for History RAM. The default value is Failed.
Exceptions
Exception | Condition |
---|---|
OutOfRangeException | The value for CyclesToAcquire is invalid. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | CyclesToAcquire was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |
Remarks
The digital pattern instrument will acquire the specified History RAM cycles after the triggering conditions are met.