Write/Read
About Source Attenuation

OffsetSourceAttenuator Property


Description

Set and return whether to mathematically offset the reference receivers by the amount of source attenuation. Learn more.

This setting remains until changed or until the hard drive is changed or reformatted.

 VB Syntax

pref.OffsetSourceAttenuator = value

Variable

(Type) - Description

pref

A Preferences (object)

value

(Boolean) - Choose from:

False Do NOT offset the reference receivers.

True  Offset the reference receivers.

Return Type

Boolean

Default

True  PNA-X models

False E836xB and PNA-L models

Examples

pref.OffsetSourceAttenuator = 1 'Write

Rcvroffset = pref.OffsetSourceAttenuator 'Read

C++ Syntax

HRESULT get_OffsetSourceAttenuator(VARIANT_BOOL * val);

HRESULT put_OffsetSourceAttenuator(VARIANT_BOOL val);

Interface

IPreferences6