2390 END SELECT
2400 !
2410 !Enable waveform output
2420 Write_reg(8,9)
2430 Write_reg(10,Clock)
2440 Write_reg(10,Out_mode)
2450 Check_done
2460 SUBEND
2470 !
2480 SUB Afg_reset
2490 Afg_reset: !Subprogram which resets the AFG
2500 COM Base_addr
2510 WRITEIO -9826,Ba4;2 !inhibit sysfail during reset
2520 WRITEIO -9826,Ba4;3 !reset AFG (sysfail inhibited)
2530 WRITEIO -9826,Ba4;2 !turn reset off (sysfail inhibited)
2540 Check_pass
2550 WRITEIO -9826,Ba4;0 !enable sysfail
2560 SUBEND
2570 !
2580 SUB Write_reg(Reg,Cp_data)
2590 Write_reg: !Subprogram which writes data to command and parameter
2600 !registers
2610 COM Base_addr
2620 Check_ready
2630 WRITEIO -9826,BaReg;Cp_data
2640 SUBEND
2650 !
2660 SUB Check_pass
2670 Check_pass: !Monitors completion of reset
2680 REPEAT
2690 CALL Read_status(Pass_fail,Ready,Done)
2700 UNTIL Pass_fail
2710 SUBEND
2720 !
2730 SUB Check_done
2740 Check_done: !Monitors command completion
2750 REPEAT
2760 CALL Read_status(Pass_fail,Ready,Done)
2770 UNTIL Done
2780 SUBEND
2790 !
2800 SUB Check_ready
278 HP E1340A Register-Based Programming
Appendix C
Содержание E1340A
Страница 12: ...Notes 12 HP E1340A Arbitrary Function Generator Module User s Manual ...
Страница 14: ...14 HP E1340A Arbitrary Function Generator Module User s Manual ...
Страница 42: ...Chapter 2 Generating Standard Waveforms with the HP E1340A 42 ...
Страница 54: ...Chapter 2 Generating Standard Waveforms with the HP E1340A 54 ...
Страница 57: ...Figure 3 1 Generating Arbitrary Waveforms 57 Generating Arbitrary Waveforms with the HP E1340A Chapter 3 ...
Страница 58: ...Chapter 3 Generating Arbitrary Waveforms with the HP E1340A 58 ...
Страница 84: ...Chapter 4 HP E1340A Sweeping and Frequency Shift Keying 84 ...
Страница 130: ...Chapter 6 HP E1340A High Speed Operation 130 ...
Страница 202: ...202 HP E1340A SCPI Conformance Information Chapter 7 ...
Страница 204: ...Figure 8 1 HP E1340A Status Groups and Associated Registers Chapter 8 HP E1340A AFG Status 204 ...
Страница 218: ...218 HP E1340A Specifications Appendix A ...
Страница 284: ...284 HP E1340A Register Based Programming Appendix C ...
Страница 295: ...Index HP E1340A Arbitrary Function Generator User s Manual 295 ...