Read-only |
About 4-Port Fixturing |
Description |
Read the port mapping of “in B” port for a 4-port SNP file to be embedded. Use NetworkPortMap Method to set the port map for all four ports. |
VB Syntax |
value = fixture.NetworkPortMapB (network) |
Variable |
(Type) - Description |
value |
(Long) Variable to store the returned value. |
fixture |
A Fixturing (object) |
network |
(Integer) Network position. Choose from 1 or 2. |
Default |
2 |
Examples |
value = fixture.NetworkPortMapB(1) |
C++ Syntax |
HRESULT get_NetworkPortMapB(short* Net); |
Interface |
IFixturing6 |