Write/Read
About Fixturing

DiffZConvState Property


Description

Turns ON or OFF 4-port differential impedance conversion function. Must also set the fixture simulator function to ON using FixturingState Property.

 VB Syntax

fixture.DiffZConvState = value

Variable

(Type) - Description

fixture

A Fixturing (object)

value

(Boolean)

False - Turns differential impedance conversion OFF.

True - Turns differential impedance conversion ON.

Return Type

Boolean

Default

False

Examples

fixture.DiffZConvState = False 'Write

value = fixture.DiffZConvState 'Read

C++ Syntax

HRESULT get_DiffZConvState( VARIANT_BOOL *pVal)
HRESULT put_DiffZConvState( VARIANT_BOOL newVal)

Interface

IFixturing2