
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
68
4.3.25.
CAENVME_ClearOutputRegister
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Mask
: The lines to be cleared.
Returns:
An error code about the execution of the function.
Description:
The function clears the specified lines. Refer the CVOutputRegisterBits
enum to compose and decoding the bit mask.
CAENVME_API
CAENVME_ClearOutputRegister(long Handle, unsigned short Mask).
4.3.26.
CAENVME_PulseOutputRegister
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Mask
: The lines to be pulsed.
Returns:
An error code about the execution of the function.
Description:
The function produces a pulse on the specified lines by setting and
then clearing them. Refer the CVOutputRegisterBits enum to compose and
decode the bit mask.
CAENVME_API
CAENVME_PulseOutputRegister(long Handle, unsigned short Mask).
4.3.27.
CAENVME_ReadDisplay
Parameters:
[in] Handle
: The handle that identifies the device.
[out] Value
: The values read from the module (see CVDisplay enum).
Returns:
An error code about the execution of the function.
Description:
The function reads the VME data display on the front panel of the module.
Refer to the CVDisplay data type definition and comments to decode the
value returned.
CAENVME_API
CAENVME_ReadDisplay(long Handle, CVDisplay *Value).