NI-DAQmx .NET Framework 4.5 API Reference

AIBridgeShuntCalibrationSelect Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AIBridgeShuntCalibrationSelect Enumeration
Specifies which shunt calibration switch(es) to enable. Use BridgeShuntCalibrationEnable to enable the switch(es) you specify with this property.

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

Syntax

public enum AIBridgeShuntCalibrationSelect
Public Enumeration AIBridgeShuntCalibrationSelect

Members

  Member nameValueDescription
A12513Switch A.
B12514Switch B.
AAndB12515Switches A and B.

Remarks

Specifies which shunt calibration switch(es) to enable. Use BridgeShuntCalibrationEnable to enable the switch(es) you specify with this property. Use this enumeration to get or set the value of BridgeShuntCalibrationSelect.

See Also