Max devices, 4 tests, Test – Teledyne LeCroy BPT - Users Manual User Manual
Page 19: 5 devices, Device, Tests, Devices

13
CATC BPT 1.00
C
HAPTER
4
User’s Manual
Configuring Tests
Max Devices
The
Max Devices
keyword is used to define the maximum number of device addresses
that can be loaded into the BPT application. This can be used to prevent the BPT from trying
to load an exceedingly large range of BD_ADDRs, which may overwhelm the system and
cause it to fail. The value for a
Max Devices
definition is an integer. The default value is
256.
Max Devices=100
Addresses are loaded into the application in ascending order, starting with the lowest
address. If the number of addresses defined in the initialization file is larger than the
Max
Devices
value, then the higher addresses will not be loaded.
4.1.4 Tests
The
[Tests]
section defines the tests that will be run.
Test
The
Test
keyword specifies the test scripts that will be used by the BPT to execute
Bluetooth commands on the devices. The value for a
Test
definition is the filename,
including the extension, of a BPT test script.
Note: If the test script is not located in the same directory in which the BPT is installed, you must enter either
the complete or relative path and filename for the script.
Test=Data Transfer.script
Test=C:\Program Files\CATC\Inquiry.script
Test=Scripts\Master.script
4.1.5 Devices
The
[Devices]
section defines the addresses of the devices under test (DUTs).
Device
The
Device
keyword specifies the Bluetooth addresses for the DUTs so that the BPT can
locate the devices when executing the tests. The value for a
Device
definition is a device’s
BD_ADDR or a range of BD_ADDRs.
The following are all acceptable formats for entering BD_ADDRs:
•
0
•
0x6
•
0x123456789AB
•
0123456789AB
•
11:22:33:44:55:66
The BD_ADDR values are not case-sensitive.