ReferenceTrigger.Retriggerable Property
- Updated2023-02-21
- 1 minute(s) read
ReferenceTriggerRetriggerable Property
Specifies whether a finite task resets, acquires pretrigger samples, and waits for another Reference Trigger after the task completes. When you set this property to TRUE, the device will acquire post-trigger samples, reset, and acquire pretrigger samples each time the Reference Trigger occurs until the task stops. The device ignores a trigger if it is in the process of acquiring signals.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool Retriggerable { get; set; }
Public Property Retriggerable As Boolean Get Set
Property Value
Type: BooleanSpecifies whether a finite task resets, acquires pretrigger samples, and waits for another Reference Trigger after the task completes. When you set this property to TRUE, the device will acquire post-trigger samples, reset, and acquire pretrigger samples each time the Reference Trigger occurs until the task stops. The device ignores a trigger if it is in the process of acquiring signals.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |