Write/Read
About Port Extensions

PortFreq2 Property


Description

Sets and returns Frequency2 value for the specified port number.

Note:  This command affects ALL measurements on the channel.

 VB Syntax

fixture.PortFreq2(port) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

port

(Integer)  Port number to receive extrapolated loss.

value

(Double) Frequency2 value. Choose a frequency within the frequency span of the PNA.

Return Type

Double

Default

1 GHz

Examples

fixture.PortFreq2(2) = 10E9 'Write

value = fixture.PortFreq2(1) 'Read

C++ Syntax

HRESULT get_PortFreq2(short port double *pVal)
HRESULT put_PortFreq2(short port double newVal)

Interface

IFixturing