Write/Read
About Fixturing

Embed4PortTopology Property


Description

Specifies the PNA / DUT topology. Learn more about these and other PNA/DUT configurations.

 VB Syntax

fixture.Embed4PortTopology = value

Variable

(Type) - Description

fixture

A Fixturing (object)

value

(Enum as NA4PortEmbedTopology)  PNA / DUT topology. Choose from:

0 or naTOPOLOGY_A - 2 PNA/DUT Ports

1 or naTOPOLOGY_B - 3 PNA/DUT Ports

2 or naTOPOLOGY_C - 4 PNA/DUT Ports

Return Type

Enum

Default

naTOPOLOGY_A (2 PNA/DUT Ports)

Examples

fixture.Embed4PortTopology = naTOPOLOGY_A 'Write

value = fixture.Embed4PortTopology 'Read

C++ Syntax

HRESULT get_Embed4PortTopology( tagNA4PortEmbedTopology *eVal );
HRESULT put_Embed4PortTopology( tagNA4PortEmbedTopology eVal );

Interface

IFixturing2