Analog Input >> Voltage >> AC RMS Voltage >> Units

NI-DAQmx C Properties

Analog Input >> Voltage >> AC RMS Voltage >> Units

Data Type: int32
Description: Specifies the units to use to return voltage RMS measurements from the channel.

Valid values

DAQmx_Val_Volts 10348 Volts.
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:
  DAQmxGetAIVoltageACRMSUnits
  DAQmxSetAIVoltageACRMSUnits
  DAQmxResetAIVoltageACRMSUnits