Gx5731ModuleSetInternalStrobeSource

Applies To

GX5701, GX5702, GX5704

Purpose

Sets the Module’s Internal Strobe Clock source.

Syntax

Gx5731ModuleSetInternalStrobeSource (nHandle, nPort, nSource, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX5731 board.
nPort
SHORT
Specified Module's port number:
0. GX5731_PORT0: Module port 0
1. GX5731_PORT1: Module port 1
2. GX5731_PORT2: Module port 2.   
nSource
SHORT
Strobe Source:
0. GX5731_CLOCK0: Internal Clock0
1. GX5731_CLOCK1: Internal Clock1
2. GX5731_PXI_CLOCK_USER_LINE2:
User External input line2.
3. GX5731_PXI_CLOCK_USER_LINE3:
User External input line3.  
4. GX5731_PXI_CLOCK_USER_LINE4:
User External input line4.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Example

The following example sets modules port 0 internal strobe source to Internal Clock0:

 

SHORT nStatus;

Gx5731ModuleSetInternalStrobeSource (nHandle, GX5731_PORT0, GX5731_CLOCK0, &nStatus);

 

See Also

Gx5731ModuleSetInternalStrobeSource, Gx5731SetInternalClock, Gx5731SetInternalClockEnable, Gx5731ModuleSetExtStrobeEnablePolarity, Gx5731ModuleSetExtStrobePolarity, Gx5731ModuleSetStrobeSource