Write/Read
About ECal Extrapolation

IMDECalExtrapolation Property


Description

Sets whether a Swept IMD or IMDx calibration can exceed the stop frequency limit of an ECal module.

 VB Syntax

pref.IMDECalExtrapolation = bool

Variable

(Type) - Description

pref

A Preferences (object)

bool

(Boolean) -  Choose from:

False - Do NOT allow extrapolation.

True - Allow extrapolation.

Return Type

Boolean

Default

False

Examples

pref.IMDECalExtrapolation = False 'Write

prefer = pref.IMDECalExtrapolation 'Read

C++ Syntax

HRESULT put_IMDECalExtrapolation( VARIANT_BOOL bExtrap)

HRESULT get_IMDECalExtrapolation( VARIANT_BOOL *bExtrap)

Interface

IPreferences14


Last modified:

9-Sep-2013

New command