Write/Read |
About Port Extensions |
Description |
This command is replaced by PortDelay property. Sets a Port Extension value for Port 3 |
VB Syntax |
portExt.Port3 = value |
Variable |
(Type) - Description |
portExt |
A Port Extension (object) |
value |
(double) - Port Extension value in seconds. Choose any number between -10 and 10 |
Return Type |
Double |
Default |
0 |
Examples |
portExt.Port3 = 10e-6 'Write |
prt3 = portExt.Port3 'Read |
|
C++ Syntax |
HRESULT get_Port3(double *pVal) |
Interface |
IPortExtension |