DigitalTimeSet.ConfigureCompareEdgesStrobe Method (DigitalPinSet, PrecisionTimeSpan)
- Updated2023-11-24
- 1 minute(s) read
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
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. |
OutOfRangeException | The value for compareEdge is invalid. |