DigitalTimeSet.ConfigureEdge Method (String, TimeSetEdge, PrecisionTimeSpan)
- Updated2023-11-24
- 1 minute(s) read
DigitalTimeSetConfigureEdge Method (String, TimeSetEdge, PrecisionTimeSpan)
Configures the edge of a time set.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public void ConfigureEdge( string pinSetString, TimeSetEdge edge, PrecisionTimeSpan time )
Public Sub ConfigureEdge ( pinSetString As String, edge As TimeSetEdge, time As PrecisionTimeSpan )
Parameters
- pinSetString
- Type: SystemString
The pin set specified as a comma-delimited list of pins for which to configure the edge. - edge
- Type: NationalInstruments.ModularInstruments.NIDigitalTimeSetEdge
The edge of the time set to configure. - time
- Type: Ivi.DriverPrecisionTimeSpan
The time of the edge to configure.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | The value for pinSetString contains a pin or pin group name not loaded in the pin map. |