810 CALL Read_status(Pass_fail,Ready,Done,Qryrdy)
820 UNTIL Ready
830 SUBEND
840 !
850 SUB Queryrdy
860 REPEAT
870 CALL Read_status(Pass_fail,Ready,Done,Qryrdy)
880 UNTIL Qryrdy
890 SUBEND
900 !
910 SUB Read_status(Pass_fail,Ready,Done,Qryrdy)
920 Read_status: !Subprogram which reads the arb’s Status Register
930 COM Base_addr
940 Status=READIO(-9826,Ba4)
950 Ready=BIT(Status,0)
960 Pass_fail=BIT(Status,2)
970 Done=BIT(Status,7) AND Ready
980 Qryrdy=BIT(Status,1) AND Done
990 SUBEND
Comments
1. The parameters shown in the program listing query the function (60),
the attenuation (58,59), and the frequency in Frequency Register 1
(48,49,50,51). Other parameters can be queried by sending other
opcodes to the subprograms. To query only one or two parameters,
comment out (!) lines 50 through 70 as appropriate.
2. Query responses (bytes) are returned to the Query Response Register
(base + 08
16
). Each time command opcode 13 and a query opcode are
sent, one byte is returned. Thus, for multiple byte parameters,
command opcode 13 must be sent for each byte queried.
Appendix C
HP E1340A Register-Based Programming 283
Содержание 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 ...