Write/Read
About Fixturing

DiffPortMatch_L Property


Description

Sets the Inductance value of the differential matching circuit.

 VB Syntax

fixture.DiffPortMatch_L(portNum) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

portNum

(Integer)  Balanced (logical) port number. Choose from logical ports 1, 2, or 3. Learn more about logical ports.

value

(Double) Inductance value in henries. Choose a value between -1E18 to 1E18.

Return Type

Double

Default

0

Examples

fixture.DiffPortMatch_L(2) = 1e-3 'Write

value = fixture.DiffPortMatch_L(1) 'Read

C++ Syntax

HRESULT get_DiffPortMatch_L( short portNum, double *pVal)
HRESULT put_DiffPortMatch_L( short portNum, double newVal)

Interface

IFixturing2