You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Charge injection with python using helper functions

After executing the initial configuration sequence here, you can start the charge injection sequence.

The sequence is as follows

Charge injection sequence
asicIndex = 3
chargeInjectionFirstCol = 50
chargeInjectionLastCol = 100
chargeInjectionPulserValue = 200
APP.prepareChargeInjection(asicIndex, chargeInjectionFirstCol, chargeInjectionLastCol, chargeInjectionPulserValue)

# If you want a software trigger, uncomment the following command.
# root.Trigger()
  • No labels