NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CalibrationCoupling9775 Enumeration

CalibrationCoupling9775 Enumeration

CalibrationCoupling9775 Enumeration

Represents the coupling of the calibration constants to be adjusted on the C Series NI 9775.

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

Syntax

public enum CalibrationCoupling9775
Public Enumeration CalibrationCoupling9775

Members

  Member nameValueDescription
DC10050 DC coupling.
AC10045 AC coupling.

Remarks

Use this enumeration with Get9775AdjustmentPoints(CalibrationCoupling9775) and Adjust9775(String, Double, CalibrationCoupling9775) to specify the coupling of the calibration constants to be adjusted.

See Also

Was this information helpful?