NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTrigger.Holdoff Property

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

ScopeTriggerHoldoff Property

Gets or sets the length of time, in seconds, the digitizer waits after detecting a trigger before enabling the trigger subsystem to detect another trigger.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public PrecisionTimeSpan Holdoff { get; set; }
Public Property Holdoff As PrecisionTimeSpan
	Get
	Set

Property Value

Type: PrecisionTimeSpan
Valid values for this property are instrument-dependent, and range from 0.0 seconds to 171.8 seconds.

Remarks

This property affects instrument operation only when the digitizer requires multiple acquisitions to build a complete waveform. The digitizer requires multiple waveform acquisitions when it uses equivalent-time sampling or when the digitizer is configured for a multirecord acquisition through the property NumberOfRecordsToAcquire.

See Also

Log in to get a better experience