University of Illinois at Urbana-Champaign

emcGetSpecimenLoadState

NAME

emcGetSpecimenLoadState - Retrieve state of specimen loading procedure

SYNOPSIS

#include "emc.h"
int emcGetSpecimenLoadState(EM *em, unsigned int *state);

DESCRIPTION

emGetSpecimenLoadState() retrieves the current state of the specimen loading procedure.

*em
points to an EM control and communications structure that was returned by the emcOpen() call.
*state
State of the specimen loading procedure will be stored here. The possible states are:
EMC_READY The specimen holder can be inserted
EMC_NOTREADY The specimen holder may not be inserted
EMC_LOADED The specimen holder is already inserted

DIAGNOSTICS

EMC_OK (0) Success
EMC_ERROR (-1) Error
EMC_NULLPTR (-111) Unexpected NULL pointer encountered

PREVIOUS Page 40 of 54 NEXT