Read-only
About Fixturing

Embed4PortB Property


Description

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

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

Specify topology using Embed4PortTopology Property

 VB Syntax

value = fixture.Embed4PortB

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.Embed4PortB 'Read

C++ Syntax

HRESULT get_Embed4PortB(short *portB );

Interface

IFixturing2