Write/Read
About Source Unleveled

EnableSourceUnleveledEvents Property


Description

Specifies whether or not to report Source Unleveled errors as system events. These events can trigger an OnSystemEvent call.

This setting will revert to the default (False) setting on Instrument Preset.

 VB Syntax

pref.EnableSourceUnleveledEvents = bool

Variable

(Type) - Description

pref

A Preferences (object)

bool

(Boolean) -  Choose from:

False - Do NOT report Source Unleveled Errors.

True - Report Source Unleveled Errors.

Return Type

Boolean

Default

False

Examples

pref.EnableSourceUnleveledEvents = False 'Write

prefer = pref.EnableSourceUnleveledEvents 'Read

C++ Syntax

HRESULT put_EnableSourceUnleveledEvents( VARIANT_BOOL bsourcUnlEnable)

HRESULT get_EnableSourceUnleveledEvents( VARIANT_BOOL *bsourcUnlEnable)

Interface

IPreferences3


Last modified:

9-Apr-2010

Added Preset note

15-Nov-2006

MX New command