niDigital_ConfigureTimeSetEdge
- Updated2023-11-24
- 1 minute(s) read
niDigital_ConfigureTimeSetEdge
Low Level Configuration Group
Configures the edge placement for the pins specified in the pin list. Use this function to modify time set values after applying a timing sheet with the niDigital_ApplyLevelsAndTiming function, or to create time sets programmatically without the use of timing sheets. This function does not modify the timing sheet file or the timing sheet contents that will be used in future calls to niDigital_ApplyLevelsAndTiming; it only affects the values of the current timing context.
C Function Prototype: ViStatus niDigital_ConfigureTimeSetEdge (ViSession vi, ViConstString pinList, ViConstString timeSet, ViInt32 edge, ViReal64 time)
Return value: Reports the status of the operation.
Parent topic: NI-Digital Pattern Driver C Function Reference