niSync_ClearFutureTimeEvents

C Function Prototype

ViStatus _VI_FUNC niSync_ClearFutureTimeEvents (ViSession vi, ViConstString terminal);

Purpose

Frees the specified terminal of any future time events previously created by the niSync_CreateFutureTimeEvent function that have not yet occurred.

Once you invoke this function, you can use the associated terminal for other operations. The specified line is tri-stated and the resource is freed.

Note Note  This attribute 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 terminal that from which to clear future time events.

Return Values