ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgSelfCalibration.GetSelfCalibrationTemperature MethodCurrent page
Table of Contents

RfsgSelfCalibration.GetSelfCalibrationTemperature Method

RfsgSelfCalibration.GetSelfCalibrationTemperature Method

RfsgSelfCalibrationGetSelfCalibrationTemperature Method

Returns the temperature, in degrees Celsius, of the device at the last successful self-calibration.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double GetSelfCalibrationTemperature(
	RfsgDeviceModule module
)
Public Function GetSelfCalibrationTemperature ( 
	module As RfsgDeviceModule
) As Double

Parameters

module
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDeviceModule
Specifies the module to retrieve the last successful self-calibration temperature. Default Value: PrimaryModule

Return Value

Type: Double
Returns the temperature of the device at the last successful self-calibration.

Exceptions

ExceptionCondition
ObjectDisposedException The GetSelfCalibrationTemperature(RfsgDeviceModule) method was accessed after the associated NIRfsg object was disposed.

Remarks

Supported Devices: NI 5610, NI 5653, NI 5670/5671/5672/5673/5673E

See Also

Was this information helpful?