Write/Read |
About Auto Port Extensions |
Description |
Specifies whether or not to include DC Offset as part of automatic port extension. Learn more about Automatic DC Offset. Only allowed when AutoPortExtLoss Property is set to ON. |
VB Syntax |
fixture.AutoPortExtDCOffset = bool |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
bool |
True - Includes DC Offset correction. False - Does NOT include DC Offset correction. |
Return Type |
Boolean |
Default |
False |
Examples |
fixture.AutoPortExtDCOffset = True |
value = fixture.AutoPortExtDCOffset 'Read |
|
C++ Syntax |
HRESULT get_AutoPortExtDCOffset(VARIANT_BOOL *pState); HRESULT put_AutoPortExtDCOffset(VARIANT_BOOL bState); |
Interface |
IFixturing2 |