beautypg.com

17 ianalyzer::getconnectorsconfiguration – Teledyne LeCroy Automation API for Bluetooth Analyzers User Manual

Page 34

background image

28

Automation API for CATC Bluetooth Analyzers

CATC

Ver. 1.40

"- 'G.P' (Breakout board)\n";

Radio data

In this configuration the connectors are going to be used to output the

radio signals (Rx, Tx, or both) as follows:

EXT OUT' (BNC):

In 'BTTrainer' mode - Outputs the radio Tx data for transmit slots of

the selected channel.

In 'BTTracer' modes - Outputs the radio Rx data for master slots of

the selected channel (when synchronized to a piconet).

'Trigger Out' (Breakout board): For Tx signals

In 'BTTracer' modes -Outputs the Rx_On radio control signal when the

Bluetooth clock is even (master slot) of the

selected channel (when synchronized to a piconet).

In 'BTTrainer' mode - Outputs the Tx_On radio control signal of the

selected channel.

'GP Output' (Breakout board): For Rx signals

In 'BTTracer' modes - Outputs the Rx_On radio control signal when the

Bluetooth clock is odd

(slave slot) of the selected channel (when synchronized to a piconet).

In 'BTTrainer' mode - Outputs the Rx_On radio control signal of the

selected channel.

2.3.17 IAnalyzer::GetConnectorsConfiguration

Retrieves the current connectors configuration.

Supported only in BTTracer.

Parameters

role

- When function returns, holds the configuration role

of the connectors.

Can be one of the following values:

ANALYZERCONN_ROLE_DEFAULT= 0

ANALYZERCONN_ROLE_OUT_RADIO_DATA= 1

ANALYZERCONN_ROLE_OUT_CLK_CALIB= 2 (not used,
reserved for future use)

radio_data_channel

- Holds the channel from which the data is provided.

Can be one of the following values:

channel 1 = 0

channel 2 = 1

radio_data_dir

- Holds the direction of the data that is redirected to the connectors:

Can be one of the following values:

Received = 1

Transmitted = 2

HRESULT

GetConnectorsConfiguration (

EBTAnalyzerConnectorsRole role,

EBTAnalyzerRecChannel radio_data_channel,

EBTAnalyzerRadioDataDirection radio_data_dir,

EBTAnalyzerRecChannel clock_cal_channel)