ExternalCalibrationSession.DsaSetCalibrationTemperature Method
- Updated2023-02-21
- 1 minute(s) read
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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |