Write/Read |
About Fixturing |
Description |
Turns ON or OFF 4-port differential port matching function. Must also set the fixture simulator function to ON using FixturingState Property. |
VB Syntax |
fixture.DiffPortMatchState = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
value |
(Boolean) False - Turns differential port matching OFF True - Turns differential port matching ON |
Return Type |
Boolean |
Default |
False |
Examples |
fixture.DiffPortMatchState = False 'Write |
value = fixture.DiffPortMatchState 'Read |
|
C++ Syntax |
HRESULT get_DiffPortMatchState( VARIANT_BOOL *pVal) |
Interface |
IFixturing2 |