Write/Read |
About Marker Search |
Description |
Sets the bandwidth search preference to start a bandwidth or notch search in either peak or marker mode. |
VB Syntax |
pref.BandwidthSearch = value |
Variable |
(Type) - Description |
pref |
A Preferences (object) |
value |
(Enum) - Choose from: 0 - searchPeak - Search starts at the maximum y-value of the full sweep of data. 1 - searchMarker - Search starts at the x and y position of the active marker. |
Return Type |
Enum |
Default |
searchPeak |
Examples |
pref.BandwidthSearch = 1 'Write |
bwsearchmode = pref.BandwidthSearch 'Read |
|
C++ Syntax |
HRESULT put_BandwidthSearch(enum BandwidthSearchMode preference) |
Interface |
IPreferences18 |