NI-SCOPE .NET Class Library Help

Table of Contents

ScopeGlitchTrigger.Configure Method (String, Double, PrecisionTimeSpan, Polarity, GlitchCondition)

  • Updated2023-09-06
  • 1 minute(s) read
ScopeGlitchTrigger.Configure Method (String, Double, PrecisionTimeSpan, Polarity, GlitchCondition)

ScopeGlitchTriggerConfigure Method (String, Double, PrecisionTimeSpan, Polarity, GlitchCondition)

Configures common properties for analog glitch triggering.

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

Syntax

public void Configure(
	string source,
	double level,
	PrecisionTimeSpan width,
	Polarity polarity,
	GlitchCondition condition
)
Public Sub Configure ( 
	source As String,
	level As Double,
	width As PrecisionTimeSpan,
	polarity As Polarity,
	condition As GlitchCondition
)

Parameters

source
Type: SystemString
The trigger source.
level
Type: SystemDouble
A value indicating the voltage level at which the glitch will trigger.
width
Type: Ivi.DriverPrecisionTimeSpan
A value indicating the width at which the glitch will trigger.
polarity
Type: Ivi.ScopePolarity
The polarity that the glitch will trigger, either positive, negative, or either.
condition
Type: Ivi.ScopeGlitchCondition
The condition for the glitch to trigger being greater than or less than.

Implements

IIviScopeTriggerGlitchConfigure(String, Double, PrecisionTimeSpan, Polarity, GlitchCondition)

Exceptions

ExceptionCondition
ObjectDisposedExceptionConfigure(String, Double, PrecisionTimeSpan, Polarity, GlitchCondition) was called or accessed after the associated NIScope or ScopeDriverUtility object was disposed.
IviCDriverException The value for width was invalid.

- or -

The value for polarity was invalid.

- or -

The value for condition was invalid.

- or -

The underlying NI-SCOPE driver returned an error.

See Also

Log in to get a better experience