
Document type:
Title:
Revision date:
Revision:
User's Manual (MUT)
Mod. V2718 VME PCI Optical Link Bridge
03/07/2018
11
NPO:
Filename:
Number of pages:
Page:
00106/03:V2718.MUTx/11
V2718_REV11.DOC
79
63
4.3.16.
CAENVME_SetPulserConf
Parameters:
[in] Handle
: The handle that identifies the device.
[in] PulSel
: The pulser to configure (see CVPulserSelect enum).
[in] Period
: The period of the pulse in time units.
[in] Width
: The width of the pulse in time units.
[in] Unit
: The time unit for the pulser configuration (see
CVTimeUnits enum).
[in] PulseNo
: The number of pulses to generate (0 = infinite).
[in] Start
: The source signal to start the pulse burst (see
CVIOSources enum).
[in] Reset
: The source signal to stop the pulse burst (see
CVIOSources enum).
Returns:
An error code about the execution of the function.
Description:
The function permits to configure the pulsers. All the timing parameters
are expressed in the time units specified. The start signal source can be
one of: front panel button or software (cvManualSW), input signal 0
(cvInputSrc0),input signal 1 (cvInputSrc1) or input coincidence
(cvCoincidence). The reset signal source can be: front panel button or
software (cvManualSW) or, for pulser A the input signal 0 (cvInputSrc0),
for pulser B the input signal 1 (cvInputSrc1).
CAENVME_API
CAENVME_SetPulserConf(long Handle, CVPulserSelect PulSel, unsigned char Period,
unsigned char Width, CVTimeUnits Unit, unsigned char PulseNo, CVIOSources Start,
CVIOSources Reset);