Agilent Technologies E4371A manual cfGetShutdownDelay, cfGetShutdownMode, cfGetStepNumber, Syntax

Models: E4374A E4371A E4370A

1 141
Download 141 pages 7.46 Kb
Page 79
Image 79

Language Dictionary - 6

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.

79

Page 79
Image 79
Agilent Technologies E4371A cfGetShutdownDelay, cfGetShutdownMode, cfGetStepNumber, cfGetTrigSource, cfGetUserIdentify