DigitalCycleNumberHistoryRamTrigger.Number Property
- Updated2023-11-24
- 1 minute(s) read
DigitalCycleNumberHistoryRamTriggerNumber Property
Gets or sets the number of cycles to execute before the
DigitalHistoryRamTrigger.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public long Number { get; set; }
Public Property Number As Long Get Set
Property Value
Type: Int64The cycle number to execute before the History RAM trigger. Use this property when TriggerType is set to CycleNumber. The default value is 0.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | Number was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |