niSync_DisableIRIGTimestamping
- Updated2023-02-21
- 1 minute(s) read
C Function Prototype
ViStatus _VI_FUNC niSync_DisableIRIGTimestamping (ViSession vi, ViConstString terminalName);
Purpose
Disables timestamping of IRIG-B AM or IRIG-B DC decods enabled by niSync_EnableIRIGTimestamping. The associated terminal may be used for other operations once timestamping has been disabled.
![]() |
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. |
activeItem | viConstString | Specifies the terminal on which to disable IRIG decoding. You can then use this terminal for other operations. |