![]() | Download Help (Windows Only) |
Specifies the method to use to synchronize the counter to a GPS receiver.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration CIGpsSyncMethod |
C# |
---|
public enum CIGpsSyncMethod |
Member name | Description |
---|---|
IrigB | Use 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. |
None | Do 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. |
Pps | Use 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. |
Helpful
Not Helpful