Signametrics
100
Parameter Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
Return Value
TRUE, FALSE or an error code.
Value Meaning
TRUE
Autoranging mode is selected.
FALSE
Autoranging mode is not selected.
DMM_E_DMM
Invalid DMM number.
Example
int autorange = DMMIsAutoRange(0);
DMMIsInitialized
SMU2060
SMU2064
Description
Get the status of the DMM.
#include "SMU2060.h"
int
DMMIsInitialized
(
int
nDmm
)
Remarks
This function returns the status of the DMM. If TRUE, the DMM has been initialized and
is active. If FALSE the DMM is not initialized. To use the DMM, it must be initialized
using
DMMInit
or
DMMQuickInit
functions. This function is used for maintenance
and is not needed under normal operation.
Parameter Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
Return Value
TRUE, FALSE or an error code.
Value Meaning
TRUE
DMM is initialized and active.
FALSE
DMM is not initialized.
DMM_E_DMM
Invalid DMM number.
Example
int active = DMMIsInitialzied(0);
DMMIsRelative
SMU2060
SMU2064
Description
Get the status of the Relative flag.
#include "SMU2060.h"
int
DMMIsRelative
(
int
nDmm
)
Remarks
This function returns the DMM Relative flag state.
Содержание 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...