Read/Write
 

OmitIsolation Property - Superseded


Description

This command is replaced with SetIsolationPaths and GetIsolationPaths.

Sets and returns whether Isolation portion of the calibration will be performed or not.

VB Syntax

obj.OmitIsolation = bool

Variable

(Type) - Description

obj

SMCType (object)

or

VMCType (object)

bool

(Boolean)

True - Isolation is NOT performed

False - Isolation is performed

Return Type

Boolean

Default

True

Examples

value = SMC.OmitIsolation

C++ Syntax

HRESULT put_OmitIsolation (VARIANT_BOOL bState)
HRESULT get_OmitIsolation (VARIANT_BOOL *bState)

Interface

SMCType

VMCType