Write/Read |
About Source Unleveled |
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 |