30
None
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
PXIe-63975, PXI-63930, PXI-63980
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 softwaregenerated
trigger signal to SMB connector or trigger bus.
Supported Controllers
PXIe-63975, PXI-63930, PXI-63980
Syntax
C/C++
I16 TRIG_Trigger_Route (U32 source, U32 dest, U32 halfway)