Write/Read
About Noise Figure

CalMethod Property


Description

Sets and returns the method for performing calibration on a noise channel.

 VB Syntax

noise.CalMethod = value

Variable

(Type) - Description

noise

A NoiseCal (object)

value

(string) Cal Method. Choose from:

  • "VectorFull" or "Vector"

  • "SParameter" (Not available for NFX measurements)

  • "ScalarFull" or "Scalar"

Return Type

String

Default

"VectorFull"

Examples

noise.CalMethod = "VectorFull"'Write

calMethod = noise.CalMethod 'Read

C++ Syntax

HRESULT get_CalMethod(BSTR* pValue)

HRESULT put_CalMethod(BSTR pNewValue)

Interface

INoiseCal


Last Modified:

27-Oct-2009

Updated for NFX

29-May-2007

MN New topic