Write/Read
About Port Extensions

PortLoss1 Property


Description

Sets and returns the Loss1 value for the specified port number.

Note:  This command affects ALL measurements on the channel.

 VB Syntax

fixture.PortLoss1(port) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

port

(Integer)  Port number to receive Loss value

value

(Double) Loss1 value in dB. Choose a value between -90 and 90.

Return Type

Double

Default

0

Examples

fixture.PortLoss1(2) = .002 'Write

value = fixture.PortLoss1(1) 'Read

C++ Syntax

HRESULT get_PortLoss1(short port double *pVal)
HRESULT put_PortLoss1(short port double newVal)

Interface

IFixturing