Write/Read
About Noise Figure

NoiseTuner Property


Description

Sets and returns the noise tuner identifier, which is an ECal model and serial number string.

 VB Syntax

noise.NoiseTuner = value

Variable

(Type) - Description

noise

A NoiseFigure (object)

value

(string) Noise Tuner. Return the connected ECal identifiers by sending GetCalKitTypeString and passing the module number.

Return Type

String

Default

Not Applicable

Examples

noise.NoiseTuner = "N4691-60004 ECal 02822"'Write

noiseT = noise.NoiseTuner 'Read

C++ Syntax

HRESULT get_NoiseTuner(BSTR* pValue)

HRESULT put_NoiseTuner(BSTR pNewValue)

Interface

INoiseFigure