ViStatus _VI_FUNC niSync_GetTime (ViSession vi, ViUInt32* timeSeconds, ViUInt32* timeNanoseconds, ViUInt16* timeFractionalNanoseconds);
Returns the current board time of the specified device.
![]() |
Note
|
Name | Type | Description |
---|---|---|
vi | ViSession | The session handle that you obtain from niSync_init. The handle identifies a particular instrument session. |
timeSeconds | ViUInt32* | The seconds portion of the board time. |
timeNanoseconds | ViUInt32* | The nanoseconds portion of the board time. |
timeFractionalNanoseconds | ViUInt16* | The fractional nanoseconds portion of the board time. |