Write/Read |
About Fixturing |
Description |
Sets and returns the Port Extensions Delay value for the specified port number. Note: This command affects ALL measurements on the channel. |
VB Syntax |
fixture.PortDelay(port) = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
port |
(Integer) Port number to receive delay value. |
value |
(Double) Delay value in seconds. Choose a value between -1E18 and 1E18. |
Return Type |
Double |
Default |
0 |
Examples |
fixture.PortDelay(2) = .002 'Write |
value = fixture.PortDelay(1) 'Read |
|
C++ Syntax |
HRESULT get_PortDelay(short port double *pVal) |
Interface |
IFixturing |