Read-only
About Fixturing

Embed4PortA Property


Description

Returns the PNA port number associated with 'a' based on the device topology.

To see 'a' for all topologies, and to specify the port connections, use Embed4PortList Property

Specify topology using Embed4PortTopology Property

 VB Syntax

value = fixture.Embed4PortA

Variable

(Type) - Description

value

(Short Integer) Variable to store the returned PNA port number.

fixture

A Fixturing (object)

Return Type

Integer

Default

Not Applicable

Examples

value = fixture.Embed4PortA 'Read

C++ Syntax

HRESULT get_Embed4PortA(short *portA );

Interface

IFixturing2