JLab VME Pipeline TI Library
3v11.3
JLab VME Pipeline TI library
|
Functions | |
int | tiGetTriggerLock () |
Get the current setting of the trigger lock mode. More... | |
int32_t | tiGetTSInput () |
Return the enable trigger inputs as a bit mask. More... | |
int32_t | tiGetPulserEventType (int32_t *fixed_type, int32_t *random_type) |
Return the event type for the TI Master's fixed and random internal trigger. More... | |
void | tiPrintTriggerTable (int showbits) |
Print trigger table to standard out. More... | |
int | tiGetTriggerWindow () |
Get the window of the input trigger coincidence window. More... | |
int | tiGetTriggerInhibitWindow () |
Get the width of the input trigger inhibit window. More... | |
int | tiGetTrig21Delay () |
Get the delay of Trig1 relative to Trig2 when trigger source is 11. More... | |
int | tiGetTriggerLatchOnLevel () |
Get the trigger latch pattern readout in the data stream to include the Level of the input trigger OR the transition to Hi. More... | |
int | tiGetSyncEventInterval () |
Get the SyncEvent Block interval. More... | |
int | tiSyncResetRequestStatus (int pflag) |
Status of SyncReset Request received bits. More... | |
int | tiGetConnectedFiberMask () |
Returns the mask of fiber channels that report a "connected" status from a TI. More... | |
int | tiGetTrigSrcEnabledFiberMask () |
Returns the mask of fiber channels that report a "connected" status from a TI has it's trigger source enabled. More... | |
int tiGetConnectedFiberMask | ( | ) |
Returns the mask of fiber channels that report a "connected" status from a TI.
int32_t tiGetPulserEventType | ( | int32_t * | fixed_type, |
int32_t * | random_type | ||
) |
Return the event type for the TI Master's fixed and random internal trigger.
fixed_type | Fixed Pulser Event Type |
random_type | Pseudo Random Pulser Event Type |
int tiGetSyncEventInterval | ( | ) |
Get the SyncEvent Block interval.
int tiGetTrig21Delay | ( | ) |
Get the delay of Trig1 relative to Trig2 when trigger source is 11.
int tiGetTriggerInhibitWindow | ( | ) |
Get the width of the input trigger inhibit window.
int tiGetTriggerLatchOnLevel | ( | ) |
Get the trigger latch pattern readout in the data stream to include the Level of the input trigger OR the transition to Hi.
int tiGetTriggerLock | ( | ) |
Get the current setting of the trigger lock mode.
int tiGetTriggerWindow | ( | ) |
Get the window of the input trigger coincidence window.
int tiGetTrigSrcEnabledFiberMask | ( | ) |
Returns the mask of fiber channels that report a "connected" status from a TI has it's trigger source enabled.
int32_t tiGetTSInput | ( | ) |
Return the enable trigger inputs as a bit mask.
void tiPrintTriggerTable | ( | int | showbits | ) |
Print trigger table to standard out.
showbits | Show trigger bit pattern, instead of hex |
int tiSyncResetRequestStatus | ( | int | pflag | ) |
Status of SyncReset Request received bits.
pflag | Print to standard out if not 0 |