Ets_initiatereadtemperature() – ETS-Lindgren HI-6153 Electric Field Probe User Manual

Page 133

Advertising
background image


ETSProbe DLL User Guide

|

133

ETS_I

NITIATE

R

EAD

T

EMPERATURE

()

int ETS_InitiateReadTemperature(const int probeHandle);

Purpose:

Initiates a reading of the internal temperature of the
probe. The function returns immediately without
waiting for the operation finish.
To determine when the operation is finished, use
ETS_IsOperationComplete. When the reading is
completed use

ETS_TemperatureC to obtain the

value.

Return Value:

Returns an integer status code. The numeric value

0

indicates successful completion.
See Status Codes on page 121 for error code
description.

Input Parameters:

int probeHandle

As returned from

ETS_CreateProbe function.

Output Parameters:

None.

Advertising