NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQ™mx C ReferenceGet/Set/Reset AI_Bridge_InitialRatioCurrent page
Table of Contents

Get/Set/Reset AI_Bridge_InitialRatio

Get/Set/Reset AI_Bridge_InitialRatio

int32 __CFUNC DAQmxGetAIBridgeInitialRatio(TaskHandle taskHandle, const char channel[], float64 *data);

int32 __CFUNC DAQmxSetAIBridgeInitialRatio(TaskHandle taskHandle, const char channel[], float64 data);

int32 __CFUNC DAQmxResetAIBridgeInitialRatio(TaskHandle taskHandle, const char channel[]);


Purpose

DAQmxGetAIBridgeInitialRatio gets the Analog Input >> General Properties >> Signal Conditioning >> Bridge >> Initial Bridge Ratio property.

DAQmxSetAIBridgeInitialRatio sets the Analog Input >> General Properties >> Signal Conditioning >> Bridge >> Initial Bridge Ratio property.

DAQmxResetAIBridgeInitialRatio resets the Analog Input >> General Properties >> Signal Conditioning >> Bridge >> Initial Bridge Ratio property.

In This Section
Was this information helpful?