GX5701, GX5702, GX5704
Returns the Module’s Internal Strobe Clock source.
Gx5731ModuleGetInternalStrobeSource (nHandle, nPort, pnSource, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX5731 board. |
nPort |
SHORT |
Specified Module's port number:0. GX5731_PORT0: Module port 01. GX5731_PORT1: Module port 12. GX5731_PORT2: Module port 2. |
nSource |
SHORT |
Returned source:0. GX5731_CLOCK0: Internal Clock 0.1. GX5733_CLOCK1: Internal Clock 12. GX5731_PXI_CLOCK-USER_LINE2: User External input line23. GX5731_PXI_CLOCK-USER_LINE3: User External input line 34. GX5731_PXI_CLOCK-USER_LINE4: User External input line 4 |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example returns modules port 0 internal strobe source:
SHORT nSource, nStatus;
Gx5731ModuleGetInternalStrobeSource (nHandle, GX5731_PORT0, &nSource, &nStatus);
Gx5731ModuleSetInternalStrobeSource, Gx5731SetInternalClock, Gx5731SetInternalClockEnable, Gx5731ModuleGetExtStrobeEnablePolarity, Gx5731ModuleSetExtStrobePolarity, Gx5731ModuleSetStrobeSource