Write/Read
About Fixturing

CmnModeZConvPortZ0 Property


Description

Sets the impedance value for the common port impedance conversion function. Set either this single value or set the real and imaginary parts separately. The imaginary part is set to 0.0 using this command.

 VB Syntax

fixture.CmnModeZConvPortZ0(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) Impedance value. Choose a value between 0 and 1E7.

Return Type

Double

Default

See Common Mode Port Z Conversion Default

Examples

fixture.CmnModeZConvPortZ0(2) = 75 'Write

value = fixture.CmnModeZConvPortZ0(1) 'Read

C++ Syntax

HRESULT get_CmnModeZConvPortZ0( short portNum, double *pVal)

HRESULT put_CmnModeZConvPortZ0( short portNum, double newVal)

Interface

IFixturing2


Last Modified:

31-May-2013

Fixed Typo