5.7 Reference Guide for using DLL
184
Parameter
page_scan_interval // Range : 18 ~ 4096. Time Range : 11.25 ms ~ 2560 ms. Default : 2048.
read_dut_page_scan_window
Description
This function reads the page scan window of the DUT measured in Number of Baseband slots. Refer
to write_dut_page_scan_window for more details.
Syntax
unsigned long read_dut_page_scan_window(unsigned short *page_scan_window);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
page_scan_window // Range : 18 ~ 4096. Time Range : 11.25 ms ~ 2560 ms.
write_dut_page_scan_window
Description
This function writes the page scan window of the DUT measured in Number of Baseband slots. The
pge_san_window configuration parameter defines the amount of time for the duration of the page scan. The
page_scan_window can only be less than or equal to the page_scan_interval.
Syntax
unsigned long write_dut_page_scan_window(unsigned short page_scan_window);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
page_scan_window // Range : 18 ~ 4096. Time Range : 11.25 ms ~ 2560 ms. Default : 18.
read_dut_path_loss
Description
This function reads the path losses from the DUT's transmitter to the teser's transmitter in 0.01 dB.
Syntax
unsigned long read_dut_path_loss(unsigned short *path_loss);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
path_loss // Range : 0 ~ 8000.
write_dut_path_loss
Description
Page Scan is only performed when Page_Scan is enabled(the device is
CONNECTABLE)