NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRam.CyclesToAcquire Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalHistoryRam.CyclesToAcquire Property

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: HistoryRamCycle
The cycles to acquire for History RAM. The default value is Failed.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for CyclesToAcquire is invalid.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionCyclesToAcquire 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.

See Also

Log in to get a better experience