![Signametrics SM2060 Скачать руководство пользователя страница 115](http://html1.mh-extra.com/html/signametrics/sm2060/sm2060_operators-manual_1268482115.webp)
115
Signametrics
MS
SM2060
;
SM2064
;
Description
et the DMM RMS filter response time.
.
width
ency
Parameter
DMMSetFastR
S
#include "SM206032.h"
int
DMMSetFastRMS(int
nDmm, int bFast
)
Remarks
This function selects between the fast and slow filter of the RMS measurement function
The default is FALSE, or slow RMS. Setting
bFast
TRUE (1) selects the fast responding
filter, which provides for fast 25ms settling time, and limits the low frequency band
to 400Hz. FALSE (0) selects the slow 500ms settling time, and limits the low frequ
bandwidth to 10Hz.
Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
bRelative
int
TRUE (1) to enter relative mode, FALSE (0) to clear mode.
Return Value
The return valu
ts.
Value
e is one of the following constan
Meaning
DMM_OKAY
DMM mode changed successfully.
Example
status = DMMSetFastRMS(0, TRUE);
// Set to fast RMS
SetFunc
M2060
;
SM2064
;
Description
Set the DMM function and range.
#include "SM206032.h"
int
nDmm, int nFuncRnge
)
d range in a single instruction.
Using it could save some execution time. The table of values is defined as
VDC
_240mV,
VAC
_2400mV, etc.. The definitions are in the DMMUser.h file.
Parameter
Negative Value
Error code
DMM
Range
S
#include "DMMUser.h"
DMMSetFuncRange
(
int
Remarks
This function provies the ability to set both, function an
Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
nFuncRnge
int
A pre-defined constant corresponding to the desired function and
range.
Return Value
The return value is one of the following constants.
Value
Meaning
DMM_OKAY
DMM initialized successfully.