NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTrigger.ConfigureTriggerDigital Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTrigger.ConfigureTriggerDigital Method

ScopeTriggerConfigureTriggerDigital Method

Configures the common properties of a digital trigger.

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

Syntax

public void ConfigureTriggerDigital(
	ScopeTriggerSource triggerSource,
	ScopeTriggerSlope triggerSlope,
	PrecisionTimeSpan triggerHoldoff,
	PrecisionTimeSpan triggerDelay
)
Public Sub ConfigureTriggerDigital ( 
	triggerSource As ScopeTriggerSource,
	triggerSlope As ScopeTriggerSlope,
	triggerHoldoff As PrecisionTimeSpan,
	triggerDelay As PrecisionTimeSpan
)

Parameters

triggerSource
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
The trigger source.
triggerSlope
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSlope
A value indicating whether you want a rising edge or a falling edge to trigger the digitizer.
triggerHoldoff
Type: NationalInstrumentsPrecisionTimeSpan
The length of time, in seconds, that the digitizer waits after detecting a trigger before enabling NI-SCOPE to detect another trigger.
triggerDelay
Type: NationalInstrumentsPrecisionTimeSpan
The length of time, in seconds, that the digitizer waits after receiving the trigger to start acquiring data.

See Also

Log in to get a better experience