![Signametrics Corporation SMU2060 Скачать руководство пользователя страница 119](http://html1.mh-extra.com/html/signametrics-corporation/smu2060/smu2060_operators-manual_1268488119.webp)
119
Signametrics
Value Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example
double ptp; int status = DMMReadPeakToPeak(0, &ptp);
DMMReadPeriod
SMU2060
SMU2064
Description
Return the next double floating-point period reading from the DMM.
#include "SMU2060.h"
int DMMReadPeriod
(
int
nDmm,
double
*
lpdResult
)
Remarks
To use this function the DMM must be in ACV measurement mode, and a valid range must be
selected for this operation. It makes a single period measurement, and stores the result as a
double-precision floating-point number in the location pointed to by
lpdResult
. See
DMMFrequencyStr()
for more details.
Parameter Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
lpdResult
double *
Points to the location which holds the period.
Return Value
The return value is one of the following constants.
Value Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example
double d;
int status;
status = DMMReadPeriod(0, &d);
DMMReadStr
SMU2060
SMU2064
Description
Return the next reading from the DMM formatted for printing.
#include "SMU2060.h"
int
DMMReadStr
(
int
nDmm,
LPSTR
lpszReading
)
Remarks
This function is the string version of
DMMRead()
. It reads the next measurement result,
performs all scaling and conversion required, and returns the result as a string formatted
for printing. The print format is determined by the range and function. See
DMMRead()
for more details.
Содержание 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...