7-35
31 Form212.Print "Modulation (-9ØØkHz) = ";
Val(Low9Ø$); "dBm"
32 Form212.Print "
(-6ØØkHz) = "; Val(Low6Ø$); "dBm"
33 Form212.Print "
(-3ØØkHz) = "; Val(Low3Ø$); "dBm"
34 Form212.Print "
( 3ØØkHz) = "; Val(Up3Ø$); "dBm"
35 Form212.Print "
( 6ØØkHz) = "; Val(Up6Ø$); "dBm"
36 Form212.Print " ( 9ØØkHz) = "; Val(Up9Ø$);
"dBm"
37 End Sub
Set the adjacent channel leakage power measurement (high-speed measurement)
mode in line 11.
Optimize the range in line 13.
Start the measurement in line 15. The SWP command stops accepting the next com-
mand until the measurement terminates.
Read the measurement result in lines 17 to 28.
7.2 Sample Program (Example of Program Using Visual Basic)