Write/Read
About Fixturing

CmnModeZConvPortReal Property


Description

Sets the real part of the impedance value for the common port impedance conversion function.

 VB Syntax

fixture.CmnModeZConvPortReal(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) Real part of the Impedance value. Choose a value between 0 and 1E18.

Return Type

Double

Default

See Common Mode Port Z Conversion Default

Examples

fixture.CmnModeZConvPortReal(2) = 75 'Write

value = fixture.CmnModeZConvPortReal(1) 'Read

C++ Syntax

HRESULT get_CmnModeZConvPortReal( short portNum, double *pVal)

HRESULT put_CmnModeZConvPortReal( short portNum, double newVal)

Interface

IFixturing2


Last Modified:

31-May-2013

Fixed Typo