Write/Read
About Port Extensions

PortFreq1 Property


Description

Sets and returns Frequency1 value for the specified port number.

Note:  This command affects ALL measurements on the channel.

 VB Syntax

fixture.PortFreq1(port) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

port

(Integer)  Port number to receive extrapolated loss.

value

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

Return Type

Double

Default

1 GHz

Examples

fixture.PortFreq1(2) = naFix2PD_USER 'Write

value = fixture.PortFreq1(1) 'Read

C++ Syntax

HRESULT get_PortFreq1(short port double *pVal)
HRESULT put_PortFreq1(short port double newVal)

Interface

IFixturing