DigitalTimeSet.ConfigureCompareEdgesStrobe Method (String, PrecisionTimeSpan)
- Updated2023-11-24
- 1 minute(s) read
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
Exception | Condition |
---|---|
IviCDriverException | The NI-Digital Pattern Driver returned an error. |
SelectorNameException | The value for pinSetString contains a pin or pin group name not loaded in the pin map. |
OutOfRangeException | The value for compareEdge is invalid. |