NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTimeSet.ConfigureCompareEdgesStrobe Method (String, PrecisionTimeSpan)

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

DigitalTimeSetConfigureCompareEdgesStrobe Method (String, PrecisionTimeSpan)

Configures the strobe edge time 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
)
Public Sub ConfigureCompareEdgesStrobe ( 
	pinSetString As String,
	compareEdge 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.

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.
OutOfRangeExceptionThe value for compareEdge is invalid.

See Also

Log in to get a better experience