niSync_ClearClock
- Updated2023-02-21
- 1 minute(s) read
C Function Prototype
ViStatus _VI_FUNC niSync_ClearClock (ViSession vi, ViConstString terminal);
Purpose
Frees a resource that contains a clock generated by niSync_CreateClock. Once you clear the clock, you can use the associated terminal for other operations.
![]() |
Note This function is supported only on certain targets. Refer to Target Support for Timing Attributes and Functions to determine whether or not this attribute is supported on your target. |
Parameters
| Name | Type | Description |
|---|---|---|
| vi | ViSession | The session handle that you obtain from niSync_init. The handle identifies a particular instrument session. |
| terminal | ViConstString | Specifies the line that contains the generated clock to clear. |
