niSync_ClearClock

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 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.

Return Values