Agilent Technologies E4371A Lawn Mower User Manual


 
Language Dictionary - 6
79
cfGetShutdownDelay
Syntax
int cfGetShutdownDelay(CF_HANDLE server, float *delay);
Description
Returns the delay value that is set by cfSetShutdownDelay().
cfGetShutdownMode
Syntax
int cfGetShutdownMode(CF_HANDLE server, int *mode);
Description
Returns the shutdown mode, CF_AUTO or CF_MANUAL.
cfGetStepNumber
Syntax
int cfGetStepNumber(CF_HANDLE server, int cell, int *step_number, float
*time);
Description
Returns a cell’s current forming sequence step number and the time that the cell has been in the
current step in seconds. The cell argument can be an individual cell number from 1 to 256, or the
constant CF_ALL_CELLS to request data for all cells. If CF_ALL_CELLS is given, the
step_number argument should point to an array of 256 integers and the time argument should
point to an array of 256 floats that will receive the return values. The value returned in
step_number will be either a positive integer step number, or CF_NOT_FORMING.
cfGetTrigSource
Syntax
int cfGetTrigSource(CF_HANDLE server, CF_TRIG_SOURCE *source);
Description
Returns the selected trigger source. This can be CF_LAN or CF_EXTERNAL. The server
argument can be either a handle to a group obtained by cfOpenGroup, or a handle to all cells in
the instrument if no groups are defined.
cfGetUserIdentify
Syntax
int cfGetUserIdentify(CF_HANDLE server, char *idstring);
Description
Returns the Name, Location, and Description text fields that were set using the Agilent MCCD
Configuration Screens. The fields are separated by newlines and terminated with an ASCII null
character. The idstring is a maximum of CF_MAX_USER_ID_LEN characters in length.