JLab fADC125 Library
1.2.1
|
Functions | |
int | fa125SetPulserTriggerDelay (int id, int delay) |
Set the delay between the output pulse and f1TDC trigger. More... | |
int | fa125SetPulserWidth (int id, int width) |
Set the width of the output pulse. More... | |
int | fa125SoftPulser (int id, int output) |
Trigger the pulser. More... | |
int fa125SetPulserTriggerDelay | ( | int | id, |
int | delay | ||
) |
Set the delay between the output pulse and f1TDC trigger.
id | Slot number |
delay | The number of samples of delay between the output pulse and the trigger |
References FA125_PROC_PULSER_TRIG_DELAY_MASK, fa125ID, FA125LOCK, fa125p, FA125UNLOCK, fa125_a24::proc, and fa125_a24_proc::pulser_trig_delay.
int fa125SetPulserWidth | ( | int | id, |
int | width | ||
) |
Set the width of the output pulse.
id | Slot number |
width | The number of samples that make up the width of the output pulse |
References FA125_PROC_PULSER_WIDTH_MASK, fa125ID, FA125LOCK, fa125p, FA125UNLOCK, fa125_a24::proc, and fa125_a24_proc::pulser_trig_delay.
int fa125SoftPulser | ( | int | id, |
int | output | ||
) |
Trigger the pulser.
id |
|
output |
|
References FA125_PROC_PULSER_CONTROL_DELAYED_TRIGGER, FA125_PROC_PULSER_CONTROL_PULSE, fa125ID, FA125LOCK, fa125p, FA125UNLOCK, fa125_a24::proc, and fa125_a24_proc::pulser_control.