Humax T9 사용자 설명서

다운로드
페이지 53
Confidential
DUT Graphical User Interface
DUT Tool Package
Available Functions in mt_dut.dll
 User’s Guide
30
Revision 1.1, 2013-05-06
      
Figure 23
Burn Calibration Structure
6.4
EEPROM Burning New Calibration Method Function
extern MT_RET PASCAL Dut_EEPROM3_Burn_Cal_Data(const Dut_CalDataStruct3* 
inCalArray, Dut_CalDataStruct3* outCalArray, int numStructures);
// Burn calibration data using the Dut_CalDataStruct3 for EEPROM Version 3 (defined 
// above)
// int numStructurs - # of Dut_AntCalDataStruct3 structures in calArray (2.4 + 5 GHz)
// outCalArray is an optional parameter (can be NULL). If specified, the function 
// fills the outCalArray with the linear correlation (LR) results.
// You can use the function Dut_EEPROM3_Test_Cal_Data to verify the LR results for
// part or all of the structures before burning.
extern MT_RET PASCAL Dut_EEPROM3_Test_Cal_Data(const Dut_CalDataStruct3* 
inCalArray, Dut_CalDataStruct3* outCalArray, int numStructures);
// Same as Dut_EEPROM3_Burn_Cal_Data but without burning to the EEPROM.
6.5
Sensitivity Check
Int Dut_SetMACAddress(const BYTE* macAddr); 
// Sets the MAC address for the testing procedure. Does NOT burn to EEPROM. macAddr 
is a BYTE[6] array. This function can and should be called before the call to 
Dut_DriverInit(). It sets the Rx filter in the lower Mac for packets only in this 
MAC address.
Int Dut_SetRxAntenna(int rx_antenna_mask);