Agilent Technologies E4371A Lawn Mower User Manual


 
Language Dictionary - 6
77
cfGetSenseProbeTest
Syntax
int cfGetSenseProbeTest(CF_HANDLE server, CF_BOOLEAN *on_off);
Description
Returns the setting of the sense probe test. The setting is either ON or OFF. 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. When this test is enabled, the instrument periodically
measures the resistance of the sense probes and checks for a value that is low enough to allow
accurate voltage measurements. If the probe resistance is too high and the testing is enabled, the
forming sequence will be terminated for that cell.
See Also
cfSetSenseProbeTest
cfGetSeqStep
Syntax
int cfGetSeqStep(CF_HANDLE server, int step_number, CF_SEQ_OUT
*out_type, float *voltage, float *current, float *time, float
*reserved);
Description
Returns parameters for the given sequence step_number. 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. If the step_number is a step that has not been defined, the value returned in
*out_type is CF_STEP_UNDEFINED.
cfGetSeqTest
Syntax
int cfGetSeqTest(CF_HANDLE server, CF_READP *read_pos, int *step_number,
CF_SEQ_TEST *meas_test_type, float *limit, CF_TIME_TEST *time_test_type,
float *time, CF_SEQ_ACTION *action);
Description
Returns the parameters of one of the sequence tests. 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.
Sequence tests for the same step are stored within the instrument in ascending order on the time
parameter. This is the order in which they are returned by successive calls to cfGetSeqTest. The
value pointed to by the read_pos argument controls which test is read. Read_pos points to the
special value CF_READ_FIRST to read the first test in the step. After the last test is read,
subsequent calls to cfGetSeqTest will return the special value CF_READ_EOF in the value
pointed to by read_pos.