Write/Read
About Fixturing

PortLossDC Property


Description

Sets and returns the Loss value at DC for the specified port number.

Learn about Loss compensation values.

Note:  This command affects ALL measurements on the channel.

 VB Syntax

fixture.PortLossDC(port) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

port

(Integer)  Port number to receive Loss value at DC.

value

(Double) Loss value in ohms. Choose a value between -90 and 90

Return Type

Double

Default

0

Examples

fixture.PortLossDC(2) = .002 'Write

value = fixture.PortLossDC(1) 'Read

C++ Syntax

HRESULT get_PortLossDC(short port double *pVal)
HRESULT put_PortLossDC(short port double newVal)

Interface

IFixturing