NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.DsaSetCalibrationTemperature Method

ExternalCalibrationSession.DsaSetCalibrationTemperature Method

ExternalCalibrationSessionDsaSetCalibrationTemperature Method

Specifies the temperature of a DSA device for the current external calibration session.

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

Syntax

public void DsaSetCalibrationTemperature(
	double temperature
)
Public Sub DsaSetCalibrationTemperature ( 
	temperature As Double
)

Parameters

temperature
Type: SystemDouble
The temperature of the device, in degrees Celsius.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?