Read-only |
About Fixturing |
Description |
Returns the VNA port number associated with 'c' based on the device topology. To see 'c' for all topologies, and to specify the port connections, use Embed4PortList Property. Specify topology using Embed4PortTopology Property |
VB Syntax |
value = fixture.Embed4PortC |
Variable |
(Type) - Description |
value |
(Short Integer) Variable to store the returned VNA port number. |
fixture |
A Fixturing (object) |
Return Type |
Integer |
Default |
Not Applicable |
Examples |
value = fixture.Embed4PortC 'Read |
C++ Syntax |
HRESULT get_Embed4PortC(short *portC ); |
Interface |
IFixturing2 |