29
Return Code
ERR_NoError
ERR_BoardNoInit
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
Supported Controllers
PXI-63980, PXI-63930,
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.
Supported Controllers
PXI-63980, PXI-63930,
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