Operator`s manual

33 Signametrics
int DMMGetGrdVer(int nDmm)
Remarks This function returns the DMM firmware version of the on-board controller.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value Integer value. The return value is the version value or an error code.
Value
Meaning
Positive Value
Version
Negative Value
Error code
Example firmwarever = DMMGetGrdVer(0);
DMMGetHwVer
Description Get the hardware version of the DMM.
#include "SMU2060.H"
int DMMGetHwVer(int nDmm)
Remarks This function returns the hardware version. A returned value of 0 corresponds to Rev_, 1
corresponds to Rev_A, 2 to Rev_B etc.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value DMM hardware code or an error code.
Value
Meaning
Positive value
Hardware version code
Negative Value
Error code
Example int HWVer = DMMGetHwVer(0);
DMMGetHwOption
Description Get the hardware option installed in the DMM.
#include "SMU2060.h"
int DMMGetHwOption(int nDmm)
Remarks This function returns the hardware options installed. It returns a single character value
corresponding to the option. For instance, if option ‘R’ in installed, 0X12, the ASCII
equivalent or the letter ‘R’ is returned.