Write/Read
About Fixturing

PortExtState Property


Description

Turns Port Extension ON or OFF for all ports on the channel.

 VB Syntax

fixture.PortExtState = value

Variable

(Type) - Description

fixture

A Fixturing (object)

value

(Boolean)

False - Turns Port Extensions OFF

True - Turns Port Extensions ON

Return Type

Boolean

Default

False

Examples

fixture.PortExtState = 0 'Write

value = fixture.PortExtState 'Read

C++ Syntax

HRESULT get_PortExtState(VARIANT_BOOL *pVal)
HRESULT put_PortExtState(VARIANT_BOOL newVal)

Interface

IFixturing