Write/Read
About Noise Figure

ImpedanceStates Method


Description

Sets the number of impedance states to use during calibrated measurements.

 VB Syntax

noise.ImpedanceStates  = value

Variable

(Type) - Description

noise

A NoiseFigure (object)

value

(double) - Impedance states. Choose between 4 and the maximum number allowed by the noise tuner device.  If the specified number exceeds the capability of the device, the measurement will use the maximum number of states the device allows.

Return Type

Double

Default

4

Examples

noise.ImpedanceStates = 10 'Write

AvgNoise = noise.ImpedanceStates 'Read

C++ Syntax

HRESULT get_ImpedanceStates(double* pVal)

HRESULT put_ImpedanceStates(double newVal)

Interface

INoiseFigure