5.7 Reference Guide for using DLL
164
20
3
10*32767_
ToneLevel
ampltone
(-70 <= Tone Level(dBm0) <= 3)
Syntax
unsigned long write_tester_tone_ampl(unsigned short tone_ampl);
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
tone_ampl // Range : 0 ~ 32767, Default : 7336(-10dBm0).
read_sco_air_codding_format
Description
This function reads the air coding format for SCO links.
Syntax
unsigned long read_sco_air_codding_format(unsigned char *air_coding_format);
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
air_coding_format // 0:CVSD, 1:u_law, 2: A_law
write_sco_air_codding_format
Description
This function writes the air coding format for SCO links.
Syntax
unsigned long write_sco_air_codding_format(unsigned char air_coding_format);
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
air_coding_format // 0:CVSD(default), 1:u_law, 2:A_law
read_sco_pkt_type
Description
This function reads the packet type the tester shall use for the SCO connection.
Syntax
unsigned long read_sco_pkt_type(unsigned char *sco_pkt_type);
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
sco_pkt_type // 5:HV1, 6:HV2, 7:HV3
write_sco_pkt_type
Description
This function writes the packet type the tester shall use for the SCO connection.