DigitalTimeSet.ConfigureCompareEdgesStrobe Method (DigitalPinSet, PrecisionTimeSpan, PrecisionTimeSpan)
- Updated2023-11-24
- 1 minute(s) read
DigitalTimeSetConfigureCompareEdgesStrobe Method (DigitalPinSet, PrecisionTimeSpan, PrecisionTimeSpan)
Configures the strobe edge times 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, PrecisionTimeSpan compare2Edge )
Public Sub ConfigureCompareEdgesStrobe ( pinSet As DigitalPinSet, compareEdge As PrecisionTimeSpan, compare2Edge 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. - compare2Edge
- Type: Ivi.DriverPrecisionTimeSpan
The time when the comparison happens for the second DUT cycle within a vector period.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The NI-Digital Pattern Driver returned an error. |
SelectorNameException | The pinSet contains a pin or pin group name not loaded in the pin map. |