L3Harris narda PMM EP-600 User Manual page 98

Table of Contents

Advertisement

7.1.4 PMM_ProbeName()
int PMM_ProbeName(const HANDLE probeHandle, char *name, int *arraySize);
7.1.5 PMM_Model()
int PMM_Model(const HANDLE probeHandle, char *model, int *arraySize);
7.1.6 PMM_CalibrationDate()
int PMM_CalibrationDate(const HANDLE probeHandle, char *calibrationDate, int *arraySize);
7-2
DLL Function reference guide
Purpose:
Return the probe name identification information.
Return Value:
Returns an integer status code. The numeric value of 0 indicates no error
occurred. See Status Code chapter for an error code description.
Input Parameters:
HANDLE probeHandle; as returned from the CreateProbe function
Output Parameters:
The name is placed in the user allocated string buffer.
Purpose:
Return the probe model identification information.
Return Value:
Returns an integer status code. The numeric value of 0 indicates no error
occurred. See Status Code chapter for an error code description.
Input Parameters:
HANDLE probeHandle; as returned from the CreateProbe function
Output Parameters:
The model is placed in the user allocated string buffer.
Purpose:
Returns the probe's the last calibration date. Not available on older
probes.
Return Value:
Returns an integer status code. The numeric value of 0 indicates no error
occurred. See Status Code chapter for an error code description.
Input Parameters:
HANDLE probeHandle; as returned from the CreateProbe function
Output Parameters:
Pass-by-reference character string: calibrationDate: probe's calibration
date.
arraySize: the length of the string.

Advertisement

Table of Contents
loading

Table of Contents