NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTimeSet.ConfigureCompareEdgesStrobe Method (DigitalPinSet, PrecisionTimeSpan)

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

DigitalTimeSetConfigureCompareEdgesStrobe Method (DigitalPinSet, PrecisionTimeSpan)

Configures the strobe edge time for the specified pin set.

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

Syntax

public void ConfigureCompareEdgesStrobe(
	DigitalPinSet pinSet,
	PrecisionTimeSpan compareEdge
)
Public Sub ConfigureCompareEdgesStrobe ( 
	pinSet As DigitalPinSet,
	compareEdge As PrecisionTimeSpan
)

Parameters

pinSet
Type: NationalInstruments.ModularInstruments.NIDigitalDigitalPinSet
The pin set 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 pinSet 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