4.3.28. CAENVME_SetArbiterType
Parameters:
[in] Handle: The handle that identifies the device.
[in] Value: The type of VME bus arbitration to implement (see
CVArbiterTypes enum).
Returns:
An error code about the execution of the function.
Description:
The function sets the behaviour of the VME bus arbiter on the module.
CAENVME_API
CAENVME_SetArbiterType(long Handle, CVArbiterTypes Value).
4.3.29. CAENVME_SetRequesterType
Parameters:
[in] Handle : The handle that identifies the device.
[in] Value : The type of VME bus requester to implement (see
CVRequesterTypes enum).
Returns:
An error code about the execution of the function.
Description:
The function sets the behaviour of the VME bus requester on the module.
CAENVME_API
CAENVME_SetRequesterType(long Handle, CVRequesterTypes Value).
4.3.30. CAENVME_SetReleaseType
Parameters:
[in] Handle : The handle that identifies the device.
[in] Value : The type of VME bus release policy to implement (see
CVReleaseTypes enum).
Returns:
An error code about the execution of the function.
Description:
The function sets the release policy of the VME bus on the module.
CAENVME_API
CAENVME_SetReleaseType(long Handle, CVReleaseTypes Value).