DigitalPatternLabelHistoryRamTrigger.Label Property
- Updated2023-11-24
- 1 minute(s) read
DigitalPatternLabelHistoryRamTriggerLabel Property
Gets or sets the pattern label to augment by the vector and cycle offsets where History RAM will start acquiring pattern information.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public string Label { get; set; }
Public Property Label As String Get Set
Property Value
Type: StringPattern label to augment by the vector and cycle offset where History RAM will start acquiring pattern information. This property is used when TriggerType is set to PatternLabel. The default value is an empty string ("").
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | Label was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |