niSync_DisableTimeStampTrigger

C Function Prototype

ViStatus _VI_FUNC niSync_DisableTimeStampTrigger (ViSession vi, ViConstString terminal);

Purpose

Disables a timestamp trigger enabled by the niSync_EnableTimeStampTrigger function. Once the time stamp trigger is disabled, you can use the associated terminal for other operations.

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 you would like to stop timestamping on.

Return Values