Write/Read
About Noise Figure

ENRFile Property


Description

Sets and returns the name of the ENR file associated with the noise source.

 VB Syntax

noise.ENRFile = value

Variable

(Type) - Description

noise

A NoiseCal (object)

value

(string) Full path and ENR filename.

Return Type

String

Default

Not Applicable

Examples

noise.ENRFile = "c:/ProgramFiles/Keysight/Network Analyzer/Documents/ENR/346C.enr"'Write

ENR = noise.ENRFile 'Read

C++ Syntax

HRESULT get_ENRFile(BSTR* pValue)

HRESULT put_ENRFile(BSTR pNewValue)

Interface

INoiseCal