Gx5733SetStrobeToPxiTriggerBusState (nHandle, nBusState, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX5733 board. |
nBusState |
SHORT |
Sets all eight Strobe to PXI Trigger Bus lines Output mode, 8 bits integer where each bit represents a PXI Trigger line. Bit 0 for line 0 and bit 7 for line 7. A high (‘1’) means the corresponding PXI Trigger line is enable, low (‘0’) means the corresponding PXI Trigger line is disabled. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example sets all eight Strobe to PXI Trigger Bus lines output mode to 0x5:
SHORT nStatus;
Gx5733SetStrobeToPxiTriggerBusState (nHandle, 0x5, &nStatus);
Gx5733GetStrobeToPxiTriggerBusState, Gx5733SetStrobeToPxiTriggerLineState,