NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTrigger.EndOfRecordToAdvanceTriggerHoldoff Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTrigger.EndOfRecordToAdvanceTriggerHoldoff Property

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: PrecisionTimeSpan
The adjustable period of time between records that allows for fetching data from the digitizer during a multi-record acquisition.

Exceptions

ExceptionCondition
ObjectDisposedExceptionEndOfRecordToAdvanceTriggerHoldoff was accessed after associated NIScope or ScopeDriverUtility object was disposed.
IviCDriverExceptionThe underlying NI-SCOPE driver returned error.

Remarks

This attribute disables sampling and triggering.

See Also

Log in to get a better experience