Technical data

5-20 Users and Service Guide
Controlling the Test Set and Making Measurements
Commands
2230 Hswitch_code$="refl_09"
2240 Pswitch_code$="8"
2250 CASE "10","PORT 10 TO REFLECTION"
2251 Hswitch_code$="refl_10"
2252 Pswitch_code$="9"
2255 CASE "11","PORT 11 TO REFLECTION"
2256 Hswitch_code$="refl_11"
2257 Pswitch_code$="10"
2260 CASE "12","PORT 12 TO REFLECTION"
2262 Hswitch_code$="refl_12"
2263 Pswitch_code$="11"
2265 CASE "13","PORT 13 TO REFLECTION"
2267 Hswitch_code$="refl_13"
2268 Pswitch_code$="12"
2270 CASE "14","PORT 14 TO REFLECTION"
2272 Hswitch_code$="refl_14"
2273 Pswitch_code$="13"
2280 CASE "15","PORT 15 TO REFLECTION"
2282 Hswitch_code$="refl_15"
2283 Pswitch_code$="14"
2284 CASE "16","PORT 16 TO REFLECTION"
2285 Hswitch_code$="refl_16"
2286 Pswitch_code$="15"
2287 CASE ELSE
2288 DISP "Unrecognized switched port
parameters; """&First_parm$&""" to
"""&Second_parm$&""""
2289 BEEP 1500,.1
2290 WAIT 2
2291 END SELECT
2292 CASE "TRANS"
2293 SELECT UPC$(TRIM$(Second_parm$))
2294 CASE "0","TERMINATE TRANSMISSION"
2295 Hswitch_code$="*t_term"