Write-only
About ENR tables

PutENRData Method


Description

Write ENR calibration data to PNA memory. All of the frequency and ENR data must be sent at the same time.

 VB Syntax

enr.PutENRData (vData)

Variable

(Type) - Description

enr

An ENRFile (object)

vData

(Variant array) -ENR data. Frequency value in Hz, followed by corresponding ENR value in dB. Enter as many data pairs as necessary.

Return Type

Not Applicable

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT PutENRData(VARIANT vdata);

Interface

IENRFile