Write/Read |
About Fixturing |
Description |
Sets and returns the Port Matching State on the channel. |
VB Syntax |
fixture.PortMatchingState = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
value |
(boolean) False - Turns Port Matching OFF |
Return Type |
Boolean |
Default |
False |
Examples |
fixture.PortMatchingState = True 'Write |
value = fixture.PortMatchingState 'Read |
|
C++ Syntax |
HRESULT get_PortMatchingState(VARIANT_BOOL *pVal) |
Interface |
IFixturing |