Write/Read
About Fixturing

FixturingState Property


Description

Turns all three fixturing functions (de-embedding, port matching, impedance conversion) ON or OFF for all ports on the specified channel. This does NOT affect port extensions.

 VB Syntax

fixture.FixturingState = value

Variable

(Type) - Description

fixture

A Fixturing (object)

value

(boolean)

True - Turns Fixturing ON

False - Turns Fixturing OFF

Return Type

Boolean

Default

False

Examples

fixture.FixturingState = True 'Write

value = fixture.FixturingState 'Read

C++ Syntax

HRESULT get_FixturingState(VARIANT_BOOL *pVal)

HRESULT put_FixturingState(VARIANT_BOOL newVal)

Interface

IFixturing