NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIGpsSyncMethod Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
CIGpsSyncMethod Enumeration
Specifies the method to use to synchronize the counter to a GPS receiver.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum CIGpsSyncMethod
Public Enumeration CIGpsSyncMethod

Members

  Member nameValueDescription
IrigB10070Use the IRIG-B synchronization method. The GPS receiver sends one synchronization pulse per second, as well as information about the number of days, hours, minutes, and seconds that elapsed since the beginning of the current year.
Pps10080Use the PPS synchronization method. The GPS receiver sends one synchronization pulse per second, but does not send any timing information. The timestamp measurement returns the number of seconds that elapsed since the device powered up unless you set TimestampInitialSeconds.
None10230Do not synchronize the counter to a GPS receiver. The timestamp measurement returns the number of seconds that elapsed since the device powered up unless you set TimestampInitialSeconds.

Remarks

Specifies the method to use to synchronize the counter to a GPS receiver. Use this enumeration to get or set the value of GpsSyncMethod.

See Also

Log in to get a better experience