Applies To
GC5050, GX5050, GX5055, GX5150, GX5280, GX5290
Purpose
Returns or sets the Strobe Delay value in the DioFileBoard object.
Syntax
Object.StrobeDelay [ = nStrobeDelay ]
Or
[nStrobeDelay = ]Object.StrobeDelay
The StrobeDelay property syntax has the following parts:
Name |
Type |
Description |
Object |
DioFile |
DioFile object |
nStrobeDelay |
SHORT |
Strobe Delay value can be as follow (values are in nSec). GT2550: 5, 10, 15, 20 GT5150: 4, 6, 8, 10, 12, 14, 16, 18 GC5050/GX5150: ranges between 0.0 to 64 nSec with increments of 0.25.Default value: 10 nSec. |
See Also