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