Get/Set/Reset AI_Thrmcpl_LeadOffsetVoltage
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIThrmcplLeadOffsetVoltage(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetAIThrmcplLeadOffsetVoltage(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetAIThrmcplLeadOffsetVoltage(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIThrmcplLeadOffsetVoltage gets the Analog Input >> General Properties >> Signal Conditioning >> Thermocouple >> Lead Offset Voltage property.
DAQmxSetAIThrmcplLeadOffsetVoltage sets the Analog Input >> General Properties >> Signal Conditioning >> Thermocouple >> Lead Offset Voltage property.
DAQmxResetAIThrmcplLeadOffsetVoltage resets the Analog Input >> General Properties >> Signal Conditioning >> Thermocouple >> Lead Offset Voltage property.