4.3.43. CAENVME_DisableScalerGate
Parameters:
[in] Handle : The handle that identifies the device.
Returns:
An error code about the execution of the function.
Description:
The function disables the gate of the scaler.
CAENVME_API
CAENVME_DisableScalerGate(long Handle).
4.3.44. CAENVME_StartPulser
Parameters:
[in] Handle : The handle that identifies the device.
[in] PulSel : The pulser to configure (see CVPulserSelect enum).
Returns:
An error code about the execution of the function.
Description:
The function starts the generation of the pulse burst if the specified
pulser is configured for manual/software operation.
CAENVME_API
CAENVME_StartPulser(long Handle, CVPulserSelect PulSel).
4.3.45. CAENVME_StopPulser
Parameters:
[in] Handle : The handle that identifies the device.
[in] PulSel : The pulser to configure (see CVPulserSelect enum).
Returns:
An error code about the execution of the function.
Description:
The function stops the generation of the pulse burst if the specified
pulser is configured for manual/software operation.
CAENVME_API
CAENVME_StopPulser(long Handle, CVPulserSelect PulSel).