NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTimeSet.ConfigureCompareEdgesStrobe Method (String, PrecisionTimeSpan, PrecisionTimeSpan)

  • Updated2023-11-24
  • 1 minute(s) read
DigitalTimeSet.ConfigureCompareEdgesStrobe Method (String, PrecisionTimeSpan, PrecisionTimeSpan)

DigitalTimeSetConfigureCompareEdgesStrobe Method (String, PrecisionTimeSpan, PrecisionTimeSpan)

Configures the strobe edge times for the specified pins.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public void ConfigureCompareEdgesStrobe(
	string pinSetString,
	PrecisionTimeSpan compareEdge,
	PrecisionTimeSpan compare2Edge
)
Public Sub ConfigureCompareEdgesStrobe ( 
	pinSetString As String,
	compareEdge As PrecisionTimeSpan,
	compare2Edge As PrecisionTimeSpan
)

Parameters

pinSetString
Type: SystemString
The pin set specified as a comma-delimited list of pins for which to configure the strobe edge time.
compareEdge
Type: Ivi.DriverPrecisionTimeSpan
The time within a vector period when the comparison happens.
compare2Edge
Type: Ivi.DriverPrecisionTimeSpan
The time when the comparison happens for the second DUT cycle within a vector period.

Exceptions

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.
SelectorNameExceptionThe value for pinSetString contains a pin or pin group name not loaded in the pin map.

See Also

Log in to get a better experience