![Signametrics Corporation SMU2060 Скачать руководство пользователя страница 142](http://html1.mh-extra.com/html/signametrics-corporation/smu2060/smu2060_operators-manual_1268488142.webp)
Signametrics
142
Description
Enables and sets polarity of Sync output line.
#include "SMU2060.h"
int
DMMSetSync
(
int
nDmm,
int
bEnable,
int
iPolarity
)
Remarks
This function enables or disables the Sync output (available at the DIN7). To enable it,
set
bEnable
TRUE (1),
or
FALSE (0)
to disable.
iPolarity
effects the sync output level.
iPolarity set to 0 causes low going pulse, and 1 sets to high or positive pulse. This signal
can be used as a busy signal or to synchronize the DMM to other instruments. The
default is a disabled output, and active low. When enabled, all measurement funcitons
generate a pulse corresponding to their measurement cycle.
Parameter Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
bSync
int
Determines whether or not the Sync output is enabled. TRUE
enables and FALSE disables it. The default is FALSE.
iPolarity
int
Determines the polarity of the output. 0 sets it to active low and 1
to active high level.
Return Value
The return value is one of the following constants.
Value Meaning
DMM_OKAY
Function succeeded.
Negative Value
Error code
Example
int status = DMMSetSync(0, TRUE, 1); //positive sync
Содержание 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...