Write/Read |
About Fixturing |
Description |
Turns ON or OFF 4-port Network embedding for all ports on the channel. |
VB Syntax |
fixture.Embed4PortState = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
value |
(Boolean) False - Turns Embedding OFF True - Turns Embedding ON |
Return Type |
Boolean |
Default |
False (OFF) |
Examples |
fixture.Embed4PortState = False 'Write |
value = fixture.Embed4PortState 'Read |
|
C++ Syntax |
HRESULT get_Embed4PortState(VARIANT_BOOL *pVal) |
Interface |
IFixturing2 |