NI-SCOPE .NET Class Library Help

ScopeTrigger.ConfigureTriggerWindow Method

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

ScopeTriggerConfigureTriggerWindow Method

Configures common properties for analog window triggering.

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

Syntax

public void ConfigureTriggerWindow(
	ScopeTriggerSource triggerSource,
	double triggerLowLevel,
	double triggerHighLevel,
	ScopeWindowTriggerMode triggerWindowMode,
	ScopeTriggerCoupling triggerCoupling,
	PrecisionTimeSpan triggerHoldoff,
	PrecisionTimeSpan triggerDelay
)
Public Sub ConfigureTriggerWindow ( 
	triggerSource As ScopeTriggerSource,
	triggerLowLevel As Double,
	triggerHighLevel As Double,
	triggerWindowMode As ScopeWindowTriggerMode,
	triggerCoupling As ScopeTriggerCoupling,
	triggerHoldoff As PrecisionTimeSpan,
	triggerDelay As PrecisionTimeSpan
)

Parameters

triggerSource
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
The trigger source.
triggerLowLevel
Type: SystemDouble
The voltage threshold the digitizer to uses for low triggering.
triggerHighLevel
Type: SystemDouble
The voltage threshold the digitizer to uses for high triggering.
triggerWindowMode
Type: NationalInstruments.ModularInstruments.NIScopeScopeWindowTriggerMode
A value indicating whether the trigger should occur when the signal enters or leaves a window.
triggerCoupling
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerCoupling
A value indicating whether to apply coupling and filtering options to the trigger signal.
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