Write/Read
About Fixturing

PortDelay Property


Description

Sets and returns the Port Extensions Delay value for the specified port number.

Note:  This command affects ALL measurements on the channel.

This command replaces Port 1 Port 2 Port_3 Properties.

 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)
HRESULT put_PortDelay(short port double newVal)

Interface

IFixturing