Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

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

Code Block
languagepy
themeRDark
titleCharge 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()