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

Page 122

Advertising
background image


122

|

ETSProbe DLL User Guide

ETS_R

EAD

F

IELD

S

YNCHRONOUS

()

int ETS_ReadFieldSynchronous(int Handle, float &XField, float

&YField, float &ZField, float &XYZField);

Purpose:

Takes a single field reading of all axes. The function
does not return until all data is captured and
processed. Ranging is handled automatically provided
ETS_Range has not been set.

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:

Pass-by-reference float: The field values for the X,
Y, Z, and combined axes.

Advertising