DigitalPatternLabelHistoryRamTrigger Class
- Updated2026-01-12
- 1 minute(s) read
Contains properties and methods for configuring the pattern label History RAM trigger.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public class DigitalPatternLabelHistoryRamTrigger : DigitalSubObject
Remarks
Example applications are located in the <Public Documents>\National Instruments\NI-Digital\Examples\DotNET 4.x directory or in the Start menu at National Instruments » NI Digital Pattern Examples.
Thread Safety
All members of this type are safe for multithreaded operations.
Properties
| Name | Description |
|---|---|
| CycleOffset | Gets or sets the number of cycles following the pattern label specified by Label and vector offset specified by VectorOffset where History RAM will start acquiring pattern information. |
| Label | Gets or sets the pattern label to augment by the vector and cycle offsets where History RAM will start acquiring pattern information. |
| VectorOffset | Gets or sets the number of vectors following the pattern label specified by Label where History RAM will start acquiring pattern information. |
Methods
| Name | Description |
|---|---|
| Configure(string, long, long, int) | Configures the TriggerType to PatternLabel and configures Label, VectorOffset, CycleOffset, and PretriggerSamples. |