5.7 Reference Guide for using DLL
198
Syntax
unsigned long rf_tc(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
rf_tc_thread
Description
This function executes RF test cases as batch process using thread.
Syntax
unsigned long rf_tc_thread(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_max_dut_power
Description
This function provides setting maximum TX power of the DUT.
Syntax
unsigned long set_max_dut_power(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
exec_stop
Description
This function stops execution of running functions.
Syntax
unsigned long exec_stop(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
5.7.10 Measurement Functions
spectrum
Description