NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQ™mx C ReferenceAnalog Input >> Bridge >> UnitsCurrent page
Table of Contents

Analog Input >> Bridge >> Units

Analog Input >> Bridge >> Units

Data Type: int32
Description: Specifies in which unit to return voltage ratios from the channel.

Valid values

DAQmx_Val_VoltsPerVolt 15896 Volts per volt.
DAQmx_Val_mVoltsPerVolt 15897 Millivolts per volt.
DAQmx_Val_FromCustomScale 10065 Units a custom scale specifies. If you select this value, you must specify a custom scale name.
DAQmx_Val_FromTEDS 12516 Units defined by TEDS information associated with the channel.


You can get/set/reset this property using:
  DAQmxGetAIBridgeUnits
  DAQmxSetAIBridgeUnits
  DAQmxResetAIBridgeUnits

Was this information helpful?