7-15
(4) Executing modulation analysis and reading the result of analysis
(reading analytical data in binary format)
<Example 2.4> Executing modulation analysis and reading the data row of a
vector error at each symbol in binary format.
1) Project file: SMPL204.MAK
1 FORM2Ø4.FRM
2 INITØØ1.BAS Use the code file of the initialization mod-
ule described in paragraph 7.2.2.
3 RESPØ1.BAS Use the code file of the response reading
module described in paragraph 7.2.1 (2).
4 SETTX.BAS Indicates the code file of the parameter
setup module for TX measurement de-
scribed in paragraph 7.2.3 (1).
5 SGOUT.BAS Indicates the code file of the SG output
control module described in paragraph
7.2.1 (2).
6 MODANAØ3.BAS Indicates the code file of the modulation
analysis module.
7 VBIB.BAS
8 NIGLOBAL.BAS
9 ProjWinSize=87,394,243,136
1Ø ProjWinShow=2
2) Form file: FORM204.FRM
Write the following additional procedures:
1 Sub Form_click ()
2 Call initial_gpib' Calls the GPIB initialization routine.
3 Call Set_TX_parameter'
Calls the TX parameter setup routine.
4 Call SG_out(1)' Calls the test signal output routine.
5 Call mod_analysis3' Calls the modulation analysis routine.
6 Call SG_out(Ø)' Calls the test signal output routine.
7 End Sub
3) Code module file: MODANA03.BAS
1 '-------------------------------------
2 ' MT88Ø1C GPIB Sample Program
3 ' Modulation analysis(3: Binary Read)
4 '-------------------------------------
5'
6'
7'
8 Sub mod_analysis3 ()
7.2 Sample Program (Example of Program Using Visual Basic)