Specifies the method to use to synchronize the counter to a GPS receiver.

Syntax

Namespace: NationalInstruments.DAQmx

public enum CIGpsSyncMethod

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.

Members

NameValueDescription
IrigB10070

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.

Pps10080

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.

None10230

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.