Read-only
About ENR tables

NoiseCalTemperature Property


Description

Read the cal temperature of the noise source.

 VB Syntax

temp = enr.NoiseCalTemperature( )

Variable

(Type) - Description

temp

Variable to store the returned noise source temperature.

enr

An ENRFile (object)

Return Type

Double

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT NoiseCalTemperature(double* temp);

Interface

IENRFile