Write / Read |
About Port Extensions |
Description |
Sets and returns the port extension delay in physical length (distance). |
VB Syntax |
fixture.PortDistance (port)= value |
Variable |
(Type) - Description |
fixture |
A Fixturing Object |
port |
(Integer) Port Number that will receive the delay setting. |
value |
(Double) Physical length in distance. First specify units with PortDistanceUnit. |
Return Type |
Double |
Default |
0 |
Examples |
fixture.PortDistance(2)= .01 'Write value = fixture.PortDistance(2) 'Read |
C++ Syntax |
HRESULT get_PortDistance(short portNum, double *pVal); HRESULT put_PortDistance(short portNum, double newVal); |
Interface |
IFixturing4 |