init trig source hardware_typeThen the user must link a specific source type to a trigger and done routine:
link async trig source h_type s_type to <name> and <name>_done # or link sync trig source h_type s_type to <name> and <name>_done
The async or sync keywords indicate a interrupt or polled source respectively. The value of
s_type is dependent on the hardware_type. A value of 1 for s_type is always valid and indicates the TS interface card for SFI, FASTBUS, and VME, a slot=1 LAM for
CAMAC, internal triggers for TEST, and the Primary readout list output queue for the EVENT hardware type. Finally,
refers to the name of the users trigger routine which should also be defined in the readout list. Specific physics event types can be enabled for specific source types. Physics event types take on values between 1-15. To enable a type ev_type for a source:
event type ev_type then read h_type s_type