Write-only

 

GetExtendedCalInterface Method


Description

Returns an interface that exposes the properties of Noise Calibration.

 VB Syntax

Cal2.GetExtendedCalInterface (interface)

Variable

(Type) - Description

Cal2

An ICalibrate2 (object)

interface

(object) Returns a handle to the specified interface. Choose from '

"NoiseCal"

Return Type

 

Default

 

Example

dim noiseCal
dim noiseCalExtensions
set noiseCal= Get Calmanager?.CreateCustomCalEx("NoiseCal")
set noiseCalExtensions = noiseCal.GetExtendedCalInterface("INoiseCal")

C++ Syntax

HRESULT GetExtendedCalInterface();

Interface

ICalibrate2