2 comments, 3 options, Run mode – Teledyne LeCroy BPT - Users Manual User Manual
Page 18: Comments options
12
CATC BPT 1.00
C
HAPTER
4
User’s Manual
Configuring Tests
4.1.2 Comments
Comments in BPT.ini begin with a semicolon (
;
) and finish at the end of the line. The end
of the line is indicated by pressing the Return or Enter key. Anything contained inside the
comment delimiters is ignored by the application. Comments must reside on lines by
themselves; they cannot share lines with option definitions.
Comments can be a useful way to provide documentation within the initialization file, to
make it easier for others (or yourself) to understand the data in the file. Comments are also
useful in BPT.ini as a way to disable option definitions that you want the application to
ignore, but that you don’t want to delete from the file. For example, the following lines
would result in the first address being loaded into the application, but the second address
would not be loaded because it has been commented out.
Device=001234567890
;Device=001234567899
4.1.3 Options
The
[Options]
section contains the definitions for
Run Mode
and
Max Devices
.
Run Mode
The
Run Mode
keyword specifies the testing mode that the BPT will use. The only two
possible values for the
Run Mode
definition are the keywords
Normal
and
Inquiry
.
Normal
The
Normal
keyword specifies that the BPT will use the Normal testing mode. This means
that the BPT will obtain device addresses from the list in BPT.ini. This is the default value.
Note: If any of the devices have been both listed and excluded in the
[Devices]
section of the initialization
file, then they will not be listed in the Device column.
Run Mode=Normal
Inquiry
The
Inquiry
keyword specifies that the BPT will use the Inquiry testing mode. This
means that the BPT will obtain device addresses by performing a general inquiry to detect
local Bluetooth devices. The devices that are found via the inquiry will be listed in the
Device column in the BPT application.
Note: If any of the devices that are found via the inquiry have been excluded in
[Devices]
section of the
initialization file, then they will not be listed in the Device column.
Run Mode=Inquiry