LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

niSync_GetTime's last parameter timeFractionalNanoseconds

Hi,
 
In the NISync API Reference, the last parameter for niSync_GetTime is
timeFractionalNanoseconds ViUInt16* An output integer that specifies a portion of the board time.

Since this is an integer, what is the implied denominator?  For example, is it X / 100 nanoseconds?

Thanks!
YeeMan

0 Kudos
Message 1 of 3
(3,487 Views)
Hello,
I took a look at the LabVIEW subvi for the time conversions and discovered this number is 1G ( 1,000,000,000)
See the attached image.


Christian A
National Instruments
Applications Engineer
0 Kudos
Message 2 of 3
(3,438 Views)

Thank you Christian.

Your attached image helped confirm my time conversion function.  I also ignored the fractionalNanoseconds.  Given that the resolution of the clock was 16 ns, I was confused by this fractionalNanoseconds parameter.

 

0 Kudos
Message 3 of 3
(3,433 Views)