NI-SCOPE .NET Class Library Help

Table of Contents

ScopeEdgeTrigger.Configure Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeEdgeTrigger.Configure Method

ScopeEdgeTriggerConfigure Method

Configures common properties for analog edge triggering.

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

Syntax

public void Configure(
	ScopeTriggerSource triggerSource,
	double triggerLevel,
	ScopeTriggerSlope triggerSlope,
	ScopeTriggerCoupling triggerCoupling,
	PrecisionTimeSpan triggerHoldoff,
	PrecisionTimeSpan triggerDelay
)
Public Sub Configure ( 
	triggerSource As ScopeTriggerSource,
	triggerLevel As Double,
	triggerSlope As ScopeTriggerSlope,
	triggerCoupling As ScopeTriggerCoupling,
	triggerHoldoff As PrecisionTimeSpan,
	triggerDelay As PrecisionTimeSpan
)

Parameters

triggerSource
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
The trigger source. Refer to ScopeTriggerSource for defined values.
triggerLevel
Type: SystemDouble
The voltage threshold for the trigger. Refer to Level for more information.
triggerSlope
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSlope
A value indicating whether you want a rising edge or a falling edge to trigger the digitizer. Refer to ScopeTriggerSlopefor defined values.
triggerCoupling
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerCoupling
Applies coupling and filtering options to the trigger signal. Refer to ScopeTriggerCoupling for defined values.
triggerHoldoff
Type: NationalInstrumentsPrecisionTimeSpan
The length of time the digitizer waits after detecting a trigger before enabling NI-SCOPE to detect another trigger. Refer to Holdoff for more information.
triggerDelay
Type: NationalInstrumentsPrecisionTimeSpan
The length of time the digitizer waits after receiving the trigger to start acquiring data. Refer to Delay for more information.

See Also

Log in to get a better experience