A-4
KPXI-CON-900-01 Rev. A / January 2007
Appendix A: KPXI Trigger Function Description
KPXI System Controller User’s Manual
KPXITRIG_SetSoftTrg
Description
Generates a software trigger signal.
Cards Supported: KPXI Series
Syntax
Microsoft C/C++ and Borland C++
I16 KPXITRIG_SetSoftTrg (U16 wCardNumber, U8 status)
Visual Basic
KPXITRIG_SetSoftTrg (ByVal CardNumber As Integer,
ByVal status As Byte) As Integer
Parameters
CardNumber:
The card ID of the card to perform this operation.
status:
The trigger status. Possible statuses:
1: High
0: Low
Return Value
NoError, ERR_SoftTrg_Out
KPXITRIG_Trigger_Clear
Description
Resets all trigger routing configuration to the default settings.
Cards Supported: KPXI Series
Syntax
Microsoft C/C++ and Borland C++
I16 KPXITRIG_Trigger_Clear (U16 wCardNumber)
Syntax
Visual Basic
KPXITRIG_Trigger_Clear (ByVal CardNumber As Integer) As
Integer
Parameters
CardNumber:
The card ID of the card to perform this operation.
Return Value
NoError, ERR_Trigger_Clr
KPXITRIG_Trigger_Route
Description
Configures the source, destination, and halfway of the trigger path.
Cards Supported: KPXI Series
Syntax
Microsoft C/C++ and Borland C++
I16 KPXITRIG_Trigger_Route(U16 wCardNumber, U32 source,
U32 dest, U32 halfway)
Visual Basic
KPXITRIG_Trigger_Route (ByVal CardNumber As Integer,
ByVal source As Long, ByVal dest As Long,
ByVal halfway As Long) As Integer
Summary of Contents for KPXI
Page 96: ......