5.7 Reference Guide for using DLL
172
unsigned long read_tester_tx_pow(short *tx_pow);
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
tx_pow // Range : 0 ~ –8000(0 ~ -80 dBm)
write_tester_tx_pow
Description
This function writes the transmitter power of a tester in 0.01 dBm.
Syntax
unsigned long write_tester_tx_pow(short tx_pow);
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
tx_pow // Range : 0 ~ –8000(0 ~ -80 dBm), Default : -3000.
save_tester_param
Description
This function writes parameters of a tester to a file "tester.cnf". If user wants to save all tester parameter’s
value, user has to call this function. If so, the user can reuse previously saved parameters.
Syntax
unsigned long save_tester_param(void);
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
void
set_default_tx_pow
Description
This function provides setting of default tester power.
Syntax
unsigned long set_default_tx_pow(void);
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
If there is active link and required power can not be set during the link, the DUT
will be detached.