Write/Read
See Noise Figure Block Diagram

Port1NoiseTunerSwitchPresetsToExternal Property


Description

Sets the default setting for the Noise Tuner switch. Learn more.

This property returns an error on PNA models with a built-in Noise tuner.

 VB Syntax

pref.Port1NoiseTunerSwitchPresetsToExternal = bool

Variable

(Type) - Description

pref

A Preferences (object)

bool

(Boolean) -  Choose from:

False - Sets the default (preset) to INTERNAL

True - Sets the default (preset) to EXTERNAL

Return Type

Boolean

Default

True

Examples

pref.Port1NoiseTunerSwitchPresetsToExternal = False 'Write

prefer = pref.Port1NoiseTunerSwitchPresetsToExternal 'Read

C++ Syntax

HRESULT put_Port1NoiseTunerSwitchPresetsToExternal( VARIANT_BOOL bValue)

HRESULT get_Port1NoiseTunerSwitchPresetsToExternal( VARIANT_BOOL *bValue)

Interface

IPreferences8


Last Modified:

1-Feb-2008

MX New topic