Write-only |
About Fixturing |
Description |
Specifies the VNA port connections for ALL topologies. The port assignment is dependent on the DUT topology. All four port numbers are required. However, for:
Specify topology using Embed4PortTopology Property. Read the port assignments using the following commands. A, B, C, and D, refer to the port; NOT the topology.
|
|||
VB Syntax |
fixture.Embed4PortList (p1, p2, p3) = p4 |
|||
Variable |
(Type) - Description |
|||
fixture |
A Fixturing (object) |
|||
p1 |
VNA Port number assigned to a in above graphic. |
|||
p2 |
VNA Port number assigned to b in above graphic. |
|||
p3 |
VNA Port number assigned to c in above graphic. |
|||
p4 |
VNA Port number assigned to d in above graphic. |
|||
Default |
1,2,3,4 |
|||
Examples |
Port 1, 2, 3, 4 configuration: |
|||
C++ Syntax |
HRESULT put_Embed4PortList(short pPortA, short pPortB, short pPortC, short pPortD); |
|||
Interface |
IFixturing2 |