Section 7 Sample Programs
7-48
45 sbuf = ReceiveResp()
46 SGLVL! = Val(sbuf)
47 Loop While SGLVL! >= SGLVL2!
48 '
49 End Sub
Output test signal in lines 18 to 23.
Set the measurement unit of the BER measurement data to 10000 bits in line 25.
Measure BER while lowering the test signal level in lines 26 to 47. When BER ex-
ceeds the specified value in line 42, the measurement stops.
“OLS DN” in line 43 lowers the test signal level by the level steps set in line 21.
Read test signal level in lines 44 to 46.