NI-DAQmx .NET Framework 4.5 API Reference

BridgeShuntCalibrationSource Enumeration

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
BridgeShuntCalibrationSource Enumeration
Specifies whether to use internal or external shunt when Shunt Cal A is selected.

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

Syntax

public enum BridgeShuntCalibrationSource
Public Enumeration BridgeShuntCalibrationSource

Members

  Member nameValueDescription
BuiltIn10200Use the internal shunt.
UserProvided10167Use an external shunt.

Remarks

Specifies whether to use internal or external shunt when Shunt Cal A is selected. Use this enumeration to get or set the value of BridgeShuntCalibrationASource.

See Also