7-43
(2) Setting of transmission signal for RX tests
<Example 3.2> Setting transmission signal parameter of RX measurement for
MT8801C to output test signal.
1) Project file: SMPL302.MAK
1 FORM3Ø2.FRM
2 INITØØ1.BAS Uses the code file of the initialization mod-
ule in paragraph 7.2.2.
3 RESPØ1.BAS Uses the code file of the response reading
module described in paragraph 7.2.1 (2).
4 SETRX.BAS This is the code file of the parameter set-
ting module for RX measurement in para-
graph 7.2.4 (1).
5 SGOUT.BAS This is the code file of the SG output con-
trol module.
6 VBIB.BAS
7 NIGLOBAL.BAS
8 ProjWinSize=87,394,243,136
9 ProjWinShow=2
2) Form file: FORM302,FRM
The following procedures are added and described.
1 Sub Form3Ø2_click ()
2 Call initial_gpib' Calls GPIB initialization routine.
3 Call Set_RX_parameter'
Calls RX parameter setting routine.
4 Call SG_out(1)' Calls test signal output routine.
5 End Sub
3) Code module file:
Uses SGOUT.BAS file in paragraph 7.2.1 (2).
7.2 Sample Program (Example of Program Using Visual Basic)