Read-only
About ENR tables

GetENRData Method


Description

Read the ENR calibration data from PNA memory.

 VB Syntax

vData = enr.GetENRData( )

Variable

(Type) - Description

vData

Variable to store the returned ENR data. Frequency value in Hz, followed by corresponding ENR value in dB.

enr

An ENRFile (object)

Return Type

Variant Array

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT GetENRData (VARIANT vdata);

Interface

IENRFile