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