LeCroy2551

Name

LeCroy2551 -- control a LeCroy 2551 Scaler

Synopsis

LeCroy2551 create name base

LeCroy2551 config name option value ...

LeCroy2551 cget name

DESCRIPTION

The LeCroy2551 is intended to control a LeCroy 2551 scaler situated on a crate controlled by a CC-USB. It is the counterpart to the CBDLeCroy4434 driver that lives in the VMUSBReadout framework. In this case, the LeCroy2551 can be registered directly to a stack and does not need to be registered first to a CamacCrate. There is no reason you cannot register it to a CamacCrate though.

During initialization, all scalers are cleared.

At the end of the run, no actions are taken.

During stack execution initiated by an event trigger, all 12 scaler channels are read individually.

OPTIONS

-slot value

Specifies the slot of the CAMAC crate the target module is occupying. Default is 1.

EXAMPLES

Example 1. A simple setup of a single scaler


LeCroy2551 create sclr -slot 10
         

Sets up a LeCroy 2551 scaler module in slot 10.