Signametrics
88
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
SMU2060
SMU2064
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
SMU2060
SMU2064
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.
Parameter Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
Содержание SMU2060
Страница 26: ...Signametrics 26 PXI Instrumentation Switching modules SMX4030 SMX4032 IVI COM driver...
Страница 81: ...81 Signametrics Postive Value 100 Warning code Example char cBuf 64 int status status DMMGetCalDate 0 cBuf...
Страница 106: ...Signametrics 106 Postive Value 100 Warning code Example char cBuf 64 int status status DMMPeriodStr 0 cBuf...