Write-only
About ENR tables

LoadENRFile Method


Description

Loads an ENR file from disk into PNA memory. This file is typically provided by the manufacturer of the noise source.

 VB Syntax

enr.LoadENRFile (filename)

Variable

(Type) - Description

enr

An ENRFile (object)

filename

(String) - Absolute path and filename of the ENR file.

Return Type

Not Applicable

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT LoadENRFile(BSTR filename);

Interface

IENRFile