24
A�2�3 TRIG_SetSoftTrg
Description
Generates a TTL trigger signal to the trigger I/O SMB connector on the faceplate or the PXI
trigger bus on the backplane by software command
Syntax
C/C++
I16 TRIG_SetSoftTrg(U8 Status)
Visual Basic
TRIG_SetSoftTrg (ByVal status As Byte) As Integer
Parameters
Status
Logic level of trigger signal.
Available value description:
0: Logic low
1: Logic high
Return Code
ERR_NoError
ERR_BoardNoInit
A�2�4 TRIG_Trigger_Route
Description
Routes the trigger signal between the trigger I/O SMB connector on the faceplate and
the PXI trigger bus on the backplane. This function also allows routing of the software-
generated trigger signal to SMB connector or trigger bus.
Syntax
C/C++
I16 TRIG_Trigger_Route (U32 source, U32 dest, U32 halfway)
Visual Basic
TRIG_Trigger_Route (ByVal source As Long, ByVal dest As Long, ByVal halfway As Long)
As Integer
Parameters
source
Source of trigger routing. It can be one of the following values.
Available value
Description
PXI_TRIG_VAL_SMB
SMB connector on the faceplate
PXI_TRIG_VAL_SOFT
Software-generated trigger signal
PXI_TRIG_VAL_TRIG0
PXI trigger bus #0