NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.StrainGageGageFactor Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.StrainGageGageFactor Property
Specifies the sensitivity of the strain gage. Gage factor relates the change in electrical resistance to the change in strain. Refer to the sensor documentation for this value.

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

Syntax

public double StrainGageGageFactor { get; set; }
Public Property StrainGageGageFactor As Double
	Get
	Set

Property Value

Type: Double
Specifies the sensitivity of the strain gage. Gage factor relates the change in electrical resistance to the change in strain. Refer to the sensor documentation for this value.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience