Agilent Technologies E5071C Manual page 1036

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

Programming
Lines 180 to 210
These lines obtain the name of the source file for copying from the user
input, store it into the Src_file$ variable, and display the value of Src_file$.
Lines 230 to 270
If Direction is equal to 2 (from the external controller to the E5071C),
these lines obtain the size of the source file for copying, store it into the
Src_size_char$, and display the value of Src_size_char$.
Lines 290 to 320
These lines obtain the name of the destination file for copying from the
user input, store it into the Dst_file$ variable, and display the value of
Dst_file$.
Line 350
If Direction is equal to 1 (from the E5071C to the external controller),
these lines use the subprogram Copy_to_contr to transfer (copy) a file with
the name Src_file$ on the E5071C to a file with the name Dst_file$ on the
external controller.
Line 370
If Direction is equal to 2, these lines use the subprogram Copy_to_e507x
to transfer (copy) a file with the name Src_file$ on the external controller
to a file with the name Dst_file$ on the E5071C.
Copy_to_contr, a subprogram for transferring files from the E5071C to the
external controller that appears in lines 440 to 1000, is described below.
Lines 490 to 520
If any file with the name File$ already exists, these lines delete the file and
newly create a file with the name File$.
Line 530
Assigns a destination file for copying to the I/O pass.
Line 540
This line stores a maximum number of transferred data (in bytes) per one
transfer, that is 24 KByte to meet the size limitation of string arrays in the
HTBasic, into Max_bsize variable.
Lines 560 to 600
These lines configure the system to generate an SRQ when it cannot find a
source file for copying due to an error.
Lines 620 to 630
These lines set the branch target for an SRQ interrupt to enable SRQ
interrupts.
1263

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents