DigitalPatternLabelHistoryRamTrigger.CycleOffset Property
- Updated2023-11-24
- 1 minute(s) read
DigitalPatternLabelHistoryRamTriggerCycleOffset Property
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.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public long CycleOffset { get; set; }
Public Property CycleOffset As Long Get Set
Property Value
Type: Int64The cycle offset specified by CycleOffset following the pattern label specified by Label and vector offset specified by VectorOffset for the DigitalHistoryRamTrigger. This property is used when TriggerType is set to PatternLabel. The default value is 0.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | CycleOffset was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |