ScopeTrigger.EndOfRecordToAdvanceTriggerHoldoff Property
- Updated2023-09-06
- 1 minute(s) read
ScopeTriggerEndOfRecordToAdvanceTriggerHoldoff Property
Gets or sets the adjustable period of time between records that allows for fetching data from the digitizer during a multi-record acquisition.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public PrecisionTimeSpan EndOfRecordToAdvanceTriggerHoldoff { get; set; }
Public Property EndOfRecordToAdvanceTriggerHoldoff As PrecisionTimeSpan Get Set
Property Value
Type: PrecisionTimeSpanThe adjustable period of time between records that allows for fetching data from the digitizer during a multi-record acquisition.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | EndOfRecordToAdvanceTriggerHoldoff was accessed after associated NIScope or ScopeDriverUtility object was disposed. |
IviCDriverException | The underlying NI-SCOPE driver returned error. |
Remarks
This attribute disables sampling and triggering.